11/27/2025 11:04:09 PM UTC [INFO] Job retry: Listening for events... 11/27/2025 11:04:09 PM UTC [INFO] Press Ctrl-C to stop. 11/27/2025 11:04:23 PM UTC [DEBUG] Event received: 6928d4d63a49357e496c98f4 11/27/2025 11:04:23 PM UTC [DEBUG] 6928d4d63a49357e496c98f4: Node current retry_counter: 3 11/27/2025 11:04:23 PM UTC [INFO] 6928d4d63a49357e496c98f4 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:04:28 PM UTC [DEBUG] Event received: 6928d4663a49357e496c988a 11/27/2025 11:04:28 PM UTC [DEBUG] 6928d4663a49357e496c988a: Node current retry_counter: 1 11/27/2025 11:04:28 PM UTC [DEBUG] 6928d4663a49357e496c988a:Event data retry_counter: 2 11/27/2025 11:04:28 PM UTC [INFO] Job retry for node 6928d4663a49357e496c988a submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:04:28 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d4663a49357e496c988a'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:04:34 PM UTC [DEBUG] Event received: 6928d45e3a49357e496c9881 11/27/2025 11:04:34 PM UTC [DEBUG] 6928d45e3a49357e496c9881: Node current retry_counter: 1 11/27/2025 11:04:34 PM UTC [DEBUG] 6928d45e3a49357e496c9881:Event data retry_counter: 2 11/27/2025 11:04:34 PM UTC [INFO] Job retry for node 6928d45e3a49357e496c9881 submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:04:34 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d45e3a49357e496c9881'}, 'jobfilter': ['baseline-nfs-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:04:43 PM UTC [DEBUG] Event received: 6928d8fc42a95a572a4f0001 11/27/2025 11:04:43 PM UTC [DEBUG] 6928d8fc42a95a572a4f0001: Node current retry_counter: 2 11/27/2025 11:04:43 PM UTC [DEBUG] 6928d8fc42a95a572a4f0001:Event data retry_counter: 3 11/27/2025 11:04:43 PM UTC [INFO] Job retry for node 6928d8fc42a95a572a4f0001 submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:04:43 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d8fc42a95a572a4f0001'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:04:46 PM UTC [DEBUG] Event received: 6928d4c33a49357e496c98e3 11/27/2025 11:04:46 PM UTC [DEBUG] 6928d4c33a49357e496c98e3: Node current retry_counter: 3 11/27/2025 11:04:46 PM UTC [INFO] 6928d4c33a49357e496c98e3 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:04:49 PM UTC [DEBUG] Event received: 6928d4693a49357e496c9893 11/27/2025 11:04:49 PM UTC [DEBUG] 6928d4693a49357e496c9893: Node current retry_counter: 3 11/27/2025 11:04:49 PM UTC [INFO] 6928d4693a49357e496c9893 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:04:49 PM UTC [DEBUG] Event received: 6928d46e3a49357e496c9897 11/27/2025 11:04:49 PM UTC [DEBUG] 6928d46e3a49357e496c9897: Node current retry_counter: 2 11/27/2025 11:04:49 PM UTC [DEBUG] 6928d46e3a49357e496c9897:Event data retry_counter: 3 11/27/2025 11:04:49 PM UTC [INFO] Job retry for node 6928d46e3a49357e496c9897 submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:04:49 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d46e3a49357e496c9897'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:04:58 PM UTC [DEBUG] Event received: 6928d3153a49357e496c9853 11/27/2025 11:04:58 PM UTC [DEBUG] 6928d3153a49357e496c9853: Node current retry_counter: 3 11/27/2025 11:04:58 PM UTC [INFO] 6928d3153a49357e496c9853 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:05:04 PM UTC [DEBUG] Event received: 6928d90b42a95a572a4f000e 11/27/2025 11:05:04 PM UTC [DEBUG] 6928d90b42a95a572a4f000e: Node current retry_counter: 3 11/27/2025 11:05:04 PM UTC [INFO] 6928d90b42a95a572a4f000e Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:05:10 PM UTC [DEBUG] Event received: 6928d5d23a49357e496c9924 11/27/2025 11:05:10 PM UTC [DEBUG] 6928d5d23a49357e496c9924: Node current retry_counter: 3 11/27/2025 11:05:10 PM UTC [INFO] 6928d5d23a49357e496c9924 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:05:26 PM UTC [DEBUG] Event received: 6928d46e3a49357e496c989a 11/27/2025 11:05:26 PM UTC [DEBUG] 6928d46e3a49357e496c989a: Node current retry_counter: 2 11/27/2025 11:05:26 PM UTC [DEBUG] 6928d46e3a49357e496c989a:Event data retry_counter: 3 11/27/2025 11:05:26 PM UTC [INFO] Job retry for node 6928d46e3a49357e496c989a submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:05:26 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d46e3a49357e496c989a'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:05:30 PM UTC [DEBUG] Event received: 6928d4d23a49357e496c98ea 11/27/2025 11:05:30 PM UTC [DEBUG] 6928d4d23a49357e496c98ea: Node current retry_counter: 3 11/27/2025 11:05:30 PM UTC [INFO] 6928d4d23a49357e496c98ea Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:05:48 PM UTC [DEBUG] Event received: 6928d4ed3a49357e496c9908 11/27/2025 11:05:48 PM UTC [DEBUG] 6928d4ed3a49357e496c9908: Node current retry_counter: 3 11/27/2025 11:05:48 PM UTC [INFO] 6928d4ed3a49357e496c9908 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:06:19 PM UTC [DEBUG] Event received: 6928d4ea3a49357e496c98ff 11/27/2025 11:06:19 PM UTC [DEBUG] 6928d4ea3a49357e496c98ff: Node current retry_counter: 3 11/27/2025 11:06:19 PM UTC [INFO] 6928d4ea3a49357e496c98ff Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:09:28 PM UTC [DEBUG] Event received: 6928d1173a49357e496c9693 11/27/2025 11:09:28 PM UTC [DEBUG] 6928d1173a49357e496c9693: Node current retry_counter: 1 11/27/2025 11:09:28 PM UTC [DEBUG] 6928d1173a49357e496c9693:Event data retry_counter: 2 11/27/2025 11:09:28 PM UTC [INFO] Job retry for node 6928d1173a49357e496c9693 submitted. Parent node: 6928c44f3a49357e496c8184 11/27/2025 11:09:28 PM UTC [DEBUG] Event:{'data': {'id': '6928c44f3a49357e496c8184', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/fragments/0.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c44f3a49357e496c8184-kbuild-gcc-14-arm-n0de6glq', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928d1173a49357e496c9693'}, 'jobfilter': ['baseline-arm-pengutronix'], 'platform_filter': ['imx6qp-wandboard-revd1'], 'created': '2025-11-27T21:36:15.977000', 'updated': '2025-11-27T22:18:24.405000', 'timeout': '2025-11-28T03:36:15.977000', 'holdoff': '2025-11-27T22:17:41.511000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:09:34 PM UTC [DEBUG] Event received: 6928d4733a49357e496c98a3 11/27/2025 11:09:34 PM UTC [DEBUG] 6928d4733a49357e496c98a3: Node current retry_counter: 3 11/27/2025 11:09:34 PM UTC [INFO] 6928d4733a49357e496c98a3 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:10:00 PM UTC [DEBUG] Event received: 6928d5ce3a49357e496c991d 11/27/2025 11:10:00 PM UTC [DEBUG] 6928d5ce3a49357e496c991d: Node current retry_counter: 3 11/27/2025 11:10:00 PM UTC [INFO] 6928d5ce3a49357e496c991d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:11:04 PM UTC [DEBUG] Event received: 6928d5233a49357e496c9914 11/27/2025 11:11:04 PM UTC [DEBUG] 6928d5233a49357e496c9914: Node current retry_counter: 1 11/27/2025 11:11:04 PM UTC [DEBUG] 6928d5233a49357e496c9914:Event data retry_counter: 2 11/27/2025 11:11:04 PM UTC [INFO] Job retry for node 6928d5233a49357e496c9914 submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:11:04 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d5233a49357e496c9914'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['rk3399-roc-pc'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:14:23 PM UTC [DEBUG] Event received: 6928cf293a49357e496c92de 11/27/2025 11:14:23 PM UTC [DEBUG] 6928cf293a49357e496c92de: Node current retry_counter: 0 11/27/2025 11:14:23 PM UTC [DEBUG] 6928cf293a49357e496c92de:Event data retry_counter: 1 11/27/2025 11:14:23 PM UTC [INFO] Job retry for node 6928cf293a49357e496c92de submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:14:23 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928cf293a49357e496c92de'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['cd8180-orion-o6'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:14:46 PM UTC [DEBUG] Event received: 6928be98acdde99814a24d30 11/27/2025 11:14:46 PM UTC [DEBUG] 6928be98acdde99814a24d30: Node current retry_counter: 2 11/27/2025 11:14:46 PM UTC [DEBUG] 6928be98acdde99814a24d30:Event data retry_counter: 3 11/27/2025 11:14:46 PM UTC [INFO] Job retry for node 6928be98acdde99814a24d30 submitted. Parent node: 69287731b1b5e06bf6c059b3 11/27/2025 11:14:46 PM UTC [DEBUG] Event:{'data': {'id': '69287731b1b5e06bf6c059b3', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86', 'path': ['checkout', 'kbuild-gcc-14-x86'], 'group': 'kbuild-gcc-14-x86', 'parent': '692876afb1b5e06bf6c05986', 'state': 'available', 'result': 'pass', 'artifacts': {'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/fragments/0.config', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_modules_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_modules.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_kimage_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_kimage.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_kselftest_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build_kselftest.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build.sh', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/build.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/fragments/1.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/fragments/2.config', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/fragments/3.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/bzImage', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/kselftest.tar.gz', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69287731b1b5e06bf6c059b3/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'netdev-testing', 'url': 'https://github.com/linux-netdev/testing.git', 'branch': 'net-next-hw-2025-11-27--16-00', 'commit': '79e23f92ff299f907bdafb40e635c3ddb538231f', 'describe': 'v6.18-rc6-1536-g79e23f92ff29', 'version': {'version': 6, 'patchlevel': 18, 'sublevel': None, 'extra': '-rc6-1536-g79e23f92ff29', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'tmp: fix defering freeing of zc Tx skbs\n\nPer: https://lore.kernel.org/all/CANn89iLJGwBunzho9+Q1aRDgA3ihw=OrEuT3cBDiZn2QmVNkWA@mail.gmail.com/\nSigned-off-by: NipaLocal ', 'tip_of_branch': True}, 'arch': 'x86_64', 'defconfig': 'x86_64_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'x86-board', 'kselftest'], 'config_full': 'x86_64_defconfig+lab-setup+x86-board+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-69287731b1b5e06bf6c059b3-kbuild-gcc-14-x86-catrs03i', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '6928be98acdde99814a24d30'}, 'jobfilter': ['baseline-x86'], 'platform_filter': ['x86-simatic-ipc227e'], 'created': '2025-11-27T16:07:13.172000', 'updated': '2025-11-27T22:07:30.425000', 'timeout': '2025-11-27T22:07:13.172000', 'holdoff': '2025-11-27T16:36:00.080000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': 'e80b72ae5b2bbf42453c71198ea8ada6810e1610702dd57cbe21d97ac8b9dc11', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 3}} 11/27/2025 11:15:10 PM UTC [DEBUG] Event received: 692886f5acdde99814a2335a 11/27/2025 11:15:10 PM UTC [DEBUG] 692886f5acdde99814a2335a: Node current retry_counter: 3 11/27/2025 11:15:10 PM UTC [INFO] 692886f5acdde99814a2335a Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:15:10 PM UTC [DEBUG] Event received: 692886f9acdde99814a2335d 11/27/2025 11:15:10 PM UTC [DEBUG] 692886f9acdde99814a2335d: Node current retry_counter: 3 11/27/2025 11:15:10 PM UTC [INFO] 692886f9acdde99814a2335d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:15:14 PM UTC [DEBUG] Event received: 6928d47c3a49357e496c98ac 11/27/2025 11:15:14 PM UTC [DEBUG] 6928d47c3a49357e496c98ac: Node current retry_counter: 2 11/27/2025 11:15:14 PM UTC [DEBUG] 6928d47c3a49357e496c98ac:Event data retry_counter: 3 11/27/2025 11:15:14 PM UTC [INFO] Job retry for node 6928d47c3a49357e496c98ac submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:15:14 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d47c3a49357e496c98ac'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:15:20 PM UTC [DEBUG] Event received: 6928db6a42a95a572a4f0075 11/27/2025 11:15:20 PM UTC [DEBUG] 6928db6a42a95a572a4f0075: Node current retry_counter: 3 11/27/2025 11:15:20 PM UTC [INFO] 6928db6a42a95a572a4f0075 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:15:21 PM UTC [DEBUG] Event received: 6928d79c3a49357e496c99d0 11/27/2025 11:15:21 PM UTC [DEBUG] 6928d79c3a49357e496c99d0: Node current retry_counter: 3 11/27/2025 11:15:21 PM UTC [INFO] 6928d79c3a49357e496c99d0 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:15:45 PM UTC [DEBUG] Event received: 6928db8842a95a572a4f007d 11/27/2025 11:15:45 PM UTC [DEBUG] 6928db8842a95a572a4f007d: Node current retry_counter: 3 11/27/2025 11:15:45 PM UTC [INFO] 6928db8842a95a572a4f007d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:15:55 PM UTC [DEBUG] Event received: 6928cbdf3a49357e496c8f26 11/27/2025 11:15:59 PM UTC [DEBUG] Event received: 6928d8163a49357e496c9a0f 11/27/2025 11:15:59 PM UTC [DEBUG] 6928d8163a49357e496c9a0f: Node current retry_counter: 3 11/27/2025 11:15:59 PM UTC [INFO] 6928d8163a49357e496c9a0f Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:17:08 PM UTC [DEBUG] Event received: 6928d4963a49357e496c98c0 11/27/2025 11:17:08 PM UTC [DEBUG] 6928d4963a49357e496c98c0: Node current retry_counter: 3 11/27/2025 11:17:08 PM UTC [INFO] 6928d4963a49357e496c98c0 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:17:54 PM UTC [DEBUG] Event received: 6928d49b3a49357e496c98c6 11/27/2025 11:17:54 PM UTC [DEBUG] 6928d49b3a49357e496c98c6: Node current retry_counter: 3 11/27/2025 11:17:54 PM UTC [INFO] 6928d49b3a49357e496c98c6 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:18:10 PM UTC [DEBUG] Event received: 692887a6acdde99814a233b8 11/27/2025 11:18:10 PM UTC [DEBUG] 692887a6acdde99814a233b8: Node current retry_counter: 3 11/27/2025 11:18:10 PM UTC [INFO] 692887a6acdde99814a233b8 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:19:27 PM UTC [DEBUG] Event received: 6928d7c43a49357e496c99f1 11/27/2025 11:19:27 PM UTC [DEBUG] 6928d7c43a49357e496c99f1: Node current retry_counter: 2 11/27/2025 11:19:27 PM UTC [DEBUG] 6928d7c43a49357e496c99f1:Event data retry_counter: 3 11/27/2025 11:19:27 PM UTC [INFO] Job retry for node 6928d7c43a49357e496c99f1 submitted. Parent node: 6928c46f3a49357e496c819c 11/27/2025 11:19:27 PM UTC [DEBUG] Event:{'data': {'id': '6928c46f3a49357e496c819c', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86-kcidebug', 'path': ['checkout', 'kbuild-gcc-14-x86-kcidebug'], 'group': 'kbuild-gcc-14-x86-kcidebug', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_kimage_stderr.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/metadata.json', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_modules_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/fragments/0.config', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build_kselftest.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/build.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/fragments/1.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/bzImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-kcidebug-6928c46f3a49357e496c819c/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'i386', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['kcidebug', 'x86-board'], 'config_full': 'defconfig+kcidebug+x86-board', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c46f3a49357e496c819c-kbuild-gcc-14-x86-kcideb-6b9ad05t', 'job_context': 'gke_android-kernelci-external_europe-west1-d_kci-eu-west1', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '6928d7c43a49357e496c99f1'}, 'jobfilter': ['baseline-x86-kcidebug-intel'], 'platform_filter': ['aaeon-UPN-EHLX4RE-A10-0864'], 'created': '2025-11-27T21:36:47.980000', 'updated': '2025-11-27T22:24:03.763000', 'timeout': '2025-11-28T03:36:47.980000', 'holdoff': '2025-11-27T22:08:35.774000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 3}} 11/27/2025 11:22:07 PM UTC [DEBUG] Event received: 6928d8c63a49357e496c9a1f 11/27/2025 11:22:07 PM UTC [DEBUG] 6928d8c63a49357e496c9a1f: Node current retry_counter: 3 11/27/2025 11:22:07 PM UTC [INFO] 6928d8c63a49357e496c9a1f Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:22:08 PM UTC [DEBUG] Event received: 6928d4ea3a49357e496c9902 11/27/2025 11:22:08 PM UTC [DEBUG] 6928d4ea3a49357e496c9902: Node current retry_counter: 3 11/27/2025 11:22:08 PM UTC [INFO] 6928d4ea3a49357e496c9902 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:22:14 PM UTC [DEBUG] Event received: 6928d4c33a49357e496c98e6 11/27/2025 11:22:14 PM UTC [DEBUG] 6928d4c33a49357e496c98e6: Node current retry_counter: 3 11/27/2025 11:22:14 PM UTC [INFO] 6928d4c33a49357e496c98e6 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:22:28 PM UTC [DEBUG] Event received: 6928d5ce3a49357e496c9920 11/27/2025 11:22:28 PM UTC [DEBUG] 6928d5ce3a49357e496c9920: Node current retry_counter: 3 11/27/2025 11:22:28 PM UTC [INFO] 6928d5ce3a49357e496c9920 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:22:34 PM UTC [DEBUG] Event received: 6928d7413a49357e496c998d 11/27/2025 11:22:34 PM UTC [DEBUG] 6928d7413a49357e496c998d: Node current retry_counter: 3 11/27/2025 11:22:34 PM UTC [INFO] 6928d7413a49357e496c998d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:23:04 PM UTC [DEBUG] Event received: 6928d7a33a49357e496c99d7 11/27/2025 11:23:04 PM UTC [DEBUG] 6928d7a33a49357e496c99d7: Node current retry_counter: 3 11/27/2025 11:23:04 PM UTC [INFO] 6928d7a33a49357e496c99d7 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:23:13 PM UTC [DEBUG] Event received: 6928d7933a49357e496c99c9 11/27/2025 11:23:13 PM UTC [DEBUG] 6928d7933a49357e496c99c9: Node current retry_counter: 2 11/27/2025 11:23:13 PM UTC [DEBUG] 6928d7933a49357e496c99c9:Event data retry_counter: 3 11/27/2025 11:23:13 PM UTC [INFO] Job retry for node 6928d7933a49357e496c99c9 submitted. Parent node: 6928c44f3a49357e496c8184 11/27/2025 11:23:13 PM UTC [DEBUG] Event:{'data': {'id': '6928c44f3a49357e496c8184', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/fragments/0.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c44f3a49357e496c8184-kbuild-gcc-14-arm-n0de6glq', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928d7933a49357e496c99c9'}, 'jobfilter': ['baseline-arm'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T21:36:15.977000', 'updated': '2025-11-27T22:18:24.405000', 'timeout': '2025-11-28T03:36:15.977000', 'holdoff': '2025-11-27T22:17:41.511000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:23:24 PM UTC [DEBUG] Event received: 6928d7c23a49357e496c99ee 11/27/2025 11:23:24 PM UTC [DEBUG] 6928d7c23a49357e496c99ee: Node current retry_counter: 3 11/27/2025 11:23:24 PM UTC [INFO] 6928d7c23a49357e496c99ee Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:23:43 PM UTC [DEBUG] Event received: 6928dd6142a95a572a4f0664 11/27/2025 11:23:43 PM UTC [DEBUG] 6928dd6142a95a572a4f0664: Node current retry_counter: 3 11/27/2025 11:23:43 PM UTC [INFO] 6928dd6142a95a572a4f0664 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:23:47 PM UTC [DEBUG] Event received: 6928d93642a95a572a4f002d 11/27/2025 11:23:47 PM UTC [DEBUG] 6928d93642a95a572a4f002d: Node current retry_counter: 3 11/27/2025 11:23:47 PM UTC [INFO] 6928d93642a95a572a4f002d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:24:06 PM UTC [DEBUG] Event received: 6928d8c63a49357e496c9a22 11/27/2025 11:24:06 PM UTC [DEBUG] 6928d8c63a49357e496c9a22: Node current retry_counter: 3 11/27/2025 11:24:06 PM UTC [INFO] 6928d8c63a49357e496c9a22 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:24:23 PM UTC [DEBUG] Event received: 6928d91142a95a572a4f001d 11/27/2025 11:24:23 PM UTC [DEBUG] 6928d91142a95a572a4f001d: Node current retry_counter: 3 11/27/2025 11:24:23 PM UTC [INFO] 6928d91142a95a572a4f001d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:25:04 PM UTC [DEBUG] Event received: 6928d8443a49357e496c9a13 11/27/2025 11:25:04 PM UTC [DEBUG] 6928d8443a49357e496c9a13: Node current retry_counter: 1 11/27/2025 11:25:04 PM UTC [DEBUG] 6928d8443a49357e496c9a13:Event data retry_counter: 2 11/27/2025 11:25:04 PM UTC [INFO] Job retry for node 6928d8443a49357e496c9a13 submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:25:04 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d8443a49357e496c9a13'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['rk3399-roc-pc'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:28:15 PM UTC [DEBUG] Event received: 6928d8fd42a95a572a4f0004 11/27/2025 11:28:15 PM UTC [DEBUG] 6928d8fd42a95a572a4f0004: Node current retry_counter: 2 11/27/2025 11:28:15 PM UTC [DEBUG] 6928d8fd42a95a572a4f0004:Event data retry_counter: 3 11/27/2025 11:28:15 PM UTC [INFO] Job retry for node 6928d8fd42a95a572a4f0004 submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:28:15 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d8fd42a95a572a4f0004'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:28:24 PM UTC [DEBUG] Event received: 6928de8f42a95a572a4f067f 11/27/2025 11:28:24 PM UTC [DEBUG] 6928de8f42a95a572a4f067f: Node current retry_counter: 3 11/27/2025 11:28:24 PM UTC [INFO] 6928de8f42a95a572a4f067f Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:28:50 PM UTC [DEBUG] Event received: 6928da2942a95a572a4f005e 11/27/2025 11:28:50 PM UTC [DEBUG] 6928da2942a95a572a4f005e: Node current retry_counter: 2 11/27/2025 11:28:50 PM UTC [DEBUG] 6928da2942a95a572a4f005e:Event data retry_counter: 3 11/27/2025 11:28:50 PM UTC [INFO] Job retry for node 6928da2942a95a572a4f005e submitted. Parent node: 6928c44f3a49357e496c8184 11/27/2025 11:28:50 PM UTC [DEBUG] Event:{'data': {'id': '6928c44f3a49357e496c8184', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_modules.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build_kselftest.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/build.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/fragments/0.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c44f3a49357e496c8184/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c44f3a49357e496c8184-kbuild-gcc-14-arm-n0de6glq', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928da2942a95a572a4f005e'}, 'jobfilter': ['baseline-arm-pengutronix'], 'platform_filter': ['imx6qp-wandboard-revd1'], 'created': '2025-11-27T21:36:15.977000', 'updated': '2025-11-27T22:18:24.405000', 'timeout': '2025-11-28T03:36:15.977000', 'holdoff': '2025-11-27T22:17:41.511000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288aefacdde99814a23455 11/27/2025 11:32:11 PM UTC [DEBUG] 69288aefacdde99814a23455: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288aefacdde99814a23455 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288af2acdde99814a23458 11/27/2025 11:32:11 PM UTC [DEBUG] 69288af2acdde99814a23458: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288af2acdde99814a23458 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288af5acdde99814a2345b 11/27/2025 11:32:11 PM UTC [DEBUG] 69288af5acdde99814a2345b: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288af5acdde99814a2345b Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288af8acdde99814a2345e 11/27/2025 11:32:11 PM UTC [DEBUG] 69288af8acdde99814a2345e: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288af8acdde99814a2345e Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288afbacdde99814a23461 11/27/2025 11:32:11 PM UTC [DEBUG] 69288afbacdde99814a23461: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288afbacdde99814a23461 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:11 PM UTC [DEBUG] Event received: 69288afeacdde99814a23464 11/27/2025 11:32:11 PM UTC [DEBUG] 69288afeacdde99814a23464: Node current retry_counter: 3 11/27/2025 11:32:11 PM UTC [INFO] 69288afeacdde99814a23464 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:32:25 PM UTC [DEBUG] Event received: 6928ddd042a95a572a4f0677 11/27/2025 11:32:25 PM UTC [DEBUG] 6928ddd042a95a572a4f0677: Node current retry_counter: 2 11/27/2025 11:32:25 PM UTC [DEBUG] 6928ddd042a95a572a4f0677:Event data retry_counter: 3 11/27/2025 11:32:25 PM UTC [INFO] Job retry for node 6928ddd042a95a572a4f0677 submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:32:25 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928ddd042a95a572a4f0677'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['rk3399-roc-pc'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:33:11 PM UTC [DEBUG] Event received: 69288b2cacdde99814a2346d 11/27/2025 11:33:11 PM UTC [DEBUG] 69288b2cacdde99814a2346d: Node current retry_counter: 3 11/27/2025 11:33:11 PM UTC [INFO] 69288b2cacdde99814a2346d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:12 PM UTC [DEBUG] Event received: 69288b30acdde99814a23470 11/27/2025 11:33:12 PM UTC [DEBUG] 69288b30acdde99814a23470: Node current retry_counter: 3 11/27/2025 11:33:12 PM UTC [INFO] 69288b30acdde99814a23470 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:12 PM UTC [DEBUG] Event received: 69288b32acdde99814a23477 11/27/2025 11:33:12 PM UTC [DEBUG] 69288b32acdde99814a23477: Node current retry_counter: 3 11/27/2025 11:33:12 PM UTC [INFO] 69288b32acdde99814a23477 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:12 PM UTC [DEBUG] Event received: 69288b35acdde99814a2347a 11/27/2025 11:33:12 PM UTC [DEBUG] 69288b35acdde99814a2347a: Node current retry_counter: 3 11/27/2025 11:33:12 PM UTC [INFO] 69288b35acdde99814a2347a Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:12 PM UTC [DEBUG] Event received: 69288b38acdde99814a2347d 11/27/2025 11:33:12 PM UTC [DEBUG] 69288b38acdde99814a2347d: Node current retry_counter: 3 11/27/2025 11:33:12 PM UTC [INFO] 69288b38acdde99814a2347d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:12 PM UTC [DEBUG] Event received: 69288b3cacdde99814a23480 11/27/2025 11:33:12 PM UTC [DEBUG] 69288b3cacdde99814a23480: Node current retry_counter: 3 11/27/2025 11:33:12 PM UTC [INFO] 69288b3cacdde99814a23480 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:33:47 PM UTC [DEBUG] Event received: 6928da8842a95a572a4f006a 11/27/2025 11:33:47 PM UTC [DEBUG] 6928da8842a95a572a4f006a: Node current retry_counter: 2 11/27/2025 11:33:47 PM UTC [DEBUG] 6928da8842a95a572a4f006a:Event data retry_counter: 3 11/27/2025 11:33:47 PM UTC [INFO] Job retry for node 6928da8842a95a572a4f006a submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:33:47 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928da8842a95a572a4f006a'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['rk3399-roc-pc'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:33:57 PM UTC [DEBUG] Event received: 6928d90342a95a572a4f000a 11/27/2025 11:33:57 PM UTC [DEBUG] 6928d90342a95a572a4f000a: Node current retry_counter: 2 11/27/2025 11:33:57 PM UTC [DEBUG] 6928d90342a95a572a4f000a:Event data retry_counter: 3 11/27/2025 11:33:57 PM UTC [INFO] Job retry for node 6928d90342a95a572a4f000a submitted. Parent node: 6928c4543a49357e496c8187 11/27/2025 11:33:57 PM UTC [DEBUG] Event:{'data': {'id': '6928c4543a49357e496c8187', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.sh', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_kimage.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/build.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/2.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/metadata.json', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c4543a49357e496c8187/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c4543a49357e496c8187-kbuild-gcc-14-arm64-ga0vp2em', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d90342a95a572a4f000a'}, 'jobfilter': ['baseline-nfs-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:36:20.300000', 'updated': '2025-11-27T22:32:25.691000', 'timeout': '2025-11-28T03:36:20.300000', 'holdoff': '2025-11-27T22:32:21.826000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b68acdde99814a234a7 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b68acdde99814a234a7: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b68acdde99814a234a7 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b6aacdde99814a234ae 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b6aacdde99814a234ae: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b6aacdde99814a234ae Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b6cacdde99814a234b1 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b6cacdde99814a234b1: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b6cacdde99814a234b1 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b6eacdde99814a234b4 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b6eacdde99814a234b4: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b6eacdde99814a234b4 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b70acdde99814a234b7 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b70acdde99814a234b7: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b70acdde99814a234b7 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b71acdde99814a234ba 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b71acdde99814a234ba: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b71acdde99814a234ba Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:12 PM UTC [DEBUG] Event received: 69288b73acdde99814a234bd 11/27/2025 11:34:12 PM UTC [DEBUG] 69288b73acdde99814a234bd: Node current retry_counter: 3 11/27/2025 11:34:12 PM UTC [INFO] 69288b73acdde99814a234bd Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b75acdde99814a234c0 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b75acdde99814a234c0: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b75acdde99814a234c0 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b77acdde99814a234c6 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b77acdde99814a234c6: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b77acdde99814a234c6 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b79acdde99814a234c9 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b79acdde99814a234c9: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b79acdde99814a234c9 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b7aacdde99814a234cc 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b7aacdde99814a234cc: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b7aacdde99814a234cc Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b7cacdde99814a234cf 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b7cacdde99814a234cf: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b7cacdde99814a234cf Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:34:13 PM UTC [DEBUG] Event received: 69288b7dacdde99814a234d2 11/27/2025 11:34:13 PM UTC [DEBUG] 69288b7dacdde99814a234d2: Node current retry_counter: 3 11/27/2025 11:34:13 PM UTC [INFO] 69288b7dacdde99814a234d2 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288ba6acdde99814a234f6 11/27/2025 11:35:13 PM UTC [DEBUG] 69288ba6acdde99814a234f6: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288ba6acdde99814a234f6 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288ba9acdde99814a234f9 11/27/2025 11:35:13 PM UTC [DEBUG] 69288ba9acdde99814a234f9: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288ba9acdde99814a234f9 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bacacdde99814a234fc 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bacacdde99814a234fc: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bacacdde99814a234fc Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288baeacdde99814a234ff 11/27/2025 11:35:13 PM UTC [DEBUG] 69288baeacdde99814a234ff: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288baeacdde99814a234ff Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bb0acdde99814a23502 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bb0acdde99814a23502: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bb0acdde99814a23502 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bb2acdde99814a23505 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bb2acdde99814a23505: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bb2acdde99814a23505 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bb4acdde99814a23508 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bb4acdde99814a23508: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bb4acdde99814a23508 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bb6acdde99814a2350b 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bb6acdde99814a2350b: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bb6acdde99814a2350b Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bb8acdde99814a2350e 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bb8acdde99814a2350e: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bb8acdde99814a2350e Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bbaacdde99814a23511 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bbaacdde99814a23511: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bbaacdde99814a23511 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bbbacdde99814a23514 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bbbacdde99814a23514: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bbbacdde99814a23514 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bbdacdde99814a23517 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bbdacdde99814a23517: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bbdacdde99814a23517 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bbfacdde99814a2351a 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bbfacdde99814a2351a: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bbfacdde99814a2351a Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bc1acdde99814a2351d 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bc1acdde99814a2351d: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bc1acdde99814a2351d Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bc3acdde99814a23520 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bc3acdde99814a23520: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bc3acdde99814a23520 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bc5acdde99814a23523 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bc5acdde99814a23523: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bc5acdde99814a23523 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:13 PM UTC [DEBUG] Event received: 69288bc6acdde99814a23526 11/27/2025 11:35:13 PM UTC [DEBUG] 69288bc6acdde99814a23526: Node current retry_counter: 3 11/27/2025 11:35:13 PM UTC [INFO] 69288bc6acdde99814a23526 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:35:46 PM UTC [DEBUG] Event received: 6928d90b42a95a572a4f0011 11/27/2025 11:35:46 PM UTC [DEBUG] 6928d90b42a95a572a4f0011: Node current retry_counter: 3 11/27/2025 11:35:46 PM UTC [INFO] 6928d90b42a95a572a4f0011 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:36:35 PM UTC [DEBUG] Event received: 6928d91342a95a572a4f0020 11/27/2025 11:36:35 PM UTC [DEBUG] 6928d91342a95a572a4f0020: Node current retry_counter: 3 11/27/2025 11:36:35 PM UTC [INFO] 6928d91342a95a572a4f0020 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:37:30 PM UTC [DEBUG] Event received: 6928dff442a95a572a4f06d6 11/27/2025 11:37:30 PM UTC [DEBUG] 6928dff442a95a572a4f06d6: Node current retry_counter: 0 11/27/2025 11:37:31 PM UTC [DEBUG] 6928dff442a95a572a4f06d6:Event data retry_counter: 1 11/27/2025 11:37:31 PM UTC [INFO] Job retry for node 6928dff442a95a572a4f06d6 submitted. Parent node: 6928d9f742a95a572a4f0052 11/27/2025 11:37:31 PM UTC [DEBUG] Event:{'data': {'id': '6928d9f742a95a572a4f0052', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm64-61-cip'], 'group': 'kbuild-gcc-14-arm64-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_modules_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build.sh', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kselftest_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_modules.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kimage.log.gz', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/3.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/metadata.json', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build.log.gz', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/5.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/2.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/4.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_R8A774A1=y', 'CONFIG_ARCH_ZYNQMP=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm64/cip_merged_defconfig'], 'config_full': 'defconfig+CONFIG_ARCH_R8A774A1=y+CONFIG_ARCH_ZYNQMP=y+kselftest+lab-setup+cip://6.1.y-cip/arm64/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9f742a95a572a4f0052-kbuild-gcc-14-arm64-61-c-xfoe1syq', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928dff442a95a572a4f06d6'}, 'jobfilter': ['job-gcc-14-arm64-61-cip'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T23:08:39.799000', 'updated': '2025-11-27T23:34:11.298000', 'timeout': '2025-11-28T05:08:39.799000', 'holdoff': '2025-11-27T23:44:11.175000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/27/2025 11:39:48 PM UTC [DEBUG] Event received: 6928dc7f42a95a572a4f064c 11/27/2025 11:39:48 PM UTC [DEBUG] 6928dc7f42a95a572a4f064c: Node current retry_counter: 3 11/27/2025 11:39:48 PM UTC [INFO] 6928dc7f42a95a572a4f064c Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:40:48 PM UTC [DEBUG] Event received: 6928db8942a95a572a4f0084 11/27/2025 11:40:48 PM UTC [DEBUG] 6928db8942a95a572a4f0084: Node current retry_counter: 3 11/27/2025 11:40:48 PM UTC [INFO] 6928db8942a95a572a4f0084 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:41:08 PM UTC [DEBUG] Event received: 6928cd2b3a49357e496c9047 11/27/2025 11:41:08 PM UTC [DEBUG] 6928cd2b3a49357e496c9047: Node current retry_counter: 0 11/27/2025 11:41:08 PM UTC [DEBUG] 6928cd2b3a49357e496c9047:Event data retry_counter: 1 11/27/2025 11:41:08 PM UTC [INFO] Job retry for node 6928cd2b3a49357e496c9047 submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:41:08 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928cd2b3a49357e496c9047'}, 'jobfilter': ['baseline-nfs-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:41:10 PM UTC [DEBUG] Event received: 6928d93642a95a572a4f0030 11/27/2025 11:41:10 PM UTC [DEBUG] 6928d93642a95a572a4f0030: Node current retry_counter: 3 11/27/2025 11:41:10 PM UTC [INFO] 6928d93642a95a572a4f0030 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:41:15 PM UTC [DEBUG] Event received: 6928cd413a49357e496c90dc 11/27/2025 11:41:15 PM UTC [DEBUG] 6928cd413a49357e496c90dc: Node current retry_counter: 1 11/27/2025 11:41:15 PM UTC [DEBUG] 6928cd413a49357e496c90dc:Event data retry_counter: 2 11/27/2025 11:41:15 PM UTC [INFO] Job retry for node 6928cd413a49357e496c90dc submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:41:15 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928cd413a49357e496c90dc'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:41:25 PM UTC [DEBUG] Event received: 6928dfdc42a95a572a4f06bd 11/27/2025 11:41:25 PM UTC [DEBUG] 6928dfdc42a95a572a4f06bd: Node current retry_counter: 3 11/27/2025 11:41:25 PM UTC [INFO] 6928dfdc42a95a572a4f06bd Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:41:49 PM UTC [DEBUG] Event received: 6928cd653a49357e496c90ff 11/27/2025 11:41:49 PM UTC [DEBUG] 6928cd653a49357e496c90ff: Node current retry_counter: 2 11/27/2025 11:41:49 PM UTC [DEBUG] 6928cd653a49357e496c90ff:Event data retry_counter: 3 11/27/2025 11:41:49 PM UTC [INFO] Job retry for node 6928cd653a49357e496c90ff submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:41:49 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928cd653a49357e496c90ff'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:41:55 PM UTC [DEBUG] Event received: 6928cd7d3a49357e496c911b 11/27/2025 11:41:55 PM UTC [DEBUG] 6928cd7d3a49357e496c911b: Node current retry_counter: 3 11/27/2025 11:41:55 PM UTC [INFO] 6928cd7d3a49357e496c911b Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:42:45 PM UTC [DEBUG] Event received: 6928dd7f42a95a572a4f066a 11/27/2025 11:42:45 PM UTC [DEBUG] 6928dd7f42a95a572a4f066a: Node current retry_counter: 3 11/27/2025 11:42:45 PM UTC [INFO] 6928dd7f42a95a572a4f066a Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:46:54 PM UTC [DEBUG] Event received: 6928d0783a49357e496c9648 11/27/2025 11:46:54 PM UTC [DEBUG] 6928d0783a49357e496c9648: Node current retry_counter: 2 11/27/2025 11:46:54 PM UTC [DEBUG] 6928d0783a49357e496c9648:Event data retry_counter: 3 11/27/2025 11:46:54 PM UTC [INFO] Job retry for node 6928d0783a49357e496c9648 submitted. Parent node: 6928c32b3a49357e496c8122 11/27/2025 11:46:54 PM UTC [DEBUG] Event:{'data': {'id': '6928c32b3a49357e496c8122', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.sh', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/fragments/0.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.log.gz', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c32b3a49357e496c8122-kbuild-gcc-14-arm-w9dcpgmt', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928d0783a49357e496c9648'}, 'jobfilter': ['baseline-arm'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T21:31:23.369000', 'updated': '2025-11-27T22:01:22.284000', 'timeout': '2025-11-28T03:31:23.369000', 'holdoff': '2025-11-27T22:00:36.943000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:47:24 PM UTC [DEBUG] Event received: 6928e2ee42a95a572a4f0756 11/27/2025 11:47:24 PM UTC [DEBUG] 6928e2ee42a95a572a4f0756: Node current retry_counter: 3 11/27/2025 11:47:24 PM UTC [INFO] 6928e2ee42a95a572a4f0756 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:47:32 PM UTC [DEBUG] Event received: 6928dfee42a95a572a4f06cb 11/27/2025 11:47:32 PM UTC [DEBUG] 6928dfee42a95a572a4f06cb: Node current retry_counter: 0 11/27/2025 11:47:33 PM UTC [DEBUG] 6928dfee42a95a572a4f06cb:Event data retry_counter: 1 11/27/2025 11:47:33 PM UTC [INFO] Job retry for node 6928dfee42a95a572a4f06cb submitted. Parent node: 6928d9fb42a95a572a4f0055 11/27/2025 11:47:33 PM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928dfee42a95a572a4f06cb'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['de0-nano-soc'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:48:10 PM UTC [DEBUG] Event received: 6928deb342a95a572a4f0689 11/27/2025 11:48:10 PM UTC [DEBUG] 6928deb342a95a572a4f0689: Node current retry_counter: 3 11/27/2025 11:48:10 PM UTC [INFO] 6928deb342a95a572a4f0689 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:48:12 PM UTC [DEBUG] Event received: 6928dfed42a95a572a4f06c8 11/27/2025 11:48:12 PM UTC [DEBUG] 6928dfed42a95a572a4f06c8: Node current retry_counter: 0 11/27/2025 11:48:12 PM UTC [DEBUG] 6928dfed42a95a572a4f06c8:Event data retry_counter: 1 11/27/2025 11:48:12 PM UTC [INFO] Job retry for node 6928dfed42a95a572a4f06c8 submitted. Parent node: 6928d9fb42a95a572a4f0055 11/27/2025 11:48:12 PM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928dfed42a95a572a4f06c8'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['beaglebone-black'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:48:14 PM UTC [DEBUG] Event received: 69288eb3acdde99814a235e6 11/27/2025 11:48:14 PM UTC [DEBUG] 69288eb3acdde99814a235e6: Node current retry_counter: 3 11/27/2025 11:48:14 PM UTC [INFO] 69288eb3acdde99814a235e6 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:48:26 PM UTC [DEBUG] Event received: 6928df8942a95a572a4f06ab 11/27/2025 11:48:26 PM UTC [DEBUG] 6928df8942a95a572a4f06ab: Node current retry_counter: 3 11/27/2025 11:48:26 PM UTC [INFO] 6928df8942a95a572a4f06ab Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:49:13 PM UTC [DEBUG] Event received: 6928c7503a49357e496c8950 11/27/2025 11:49:13 PM UTC [DEBUG] 6928c7503a49357e496c8950: Node current retry_counter: 0 11/27/2025 11:49:13 PM UTC [DEBUG] 6928c7503a49357e496c8950:Event data retry_counter: 1 11/27/2025 11:49:13 PM UTC [INFO] Job retry for node 6928c7503a49357e496c8950 submitted. Parent node: 6928c34e3a49357e496c813d 11/27/2025 11:49:13 PM UTC [DEBUG] Event:{'data': {'id': '6928c34e3a49357e496c813d', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86', 'path': ['checkout', 'kbuild-gcc-14-x86'], 'group': 'kbuild-gcc-14-x86', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_kselftest_stderr.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_modules_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_kselftest.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_kimage_stderr.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/metadata.json', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build.sh', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_modules.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/fragments/1.config', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/fragments/3.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/fragments/2.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/build_kimage.log.gz', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/bzImage', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/kselftest.tar.gz', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c34e3a49357e496c813d/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'x86_64', 'defconfig': 'x86_64_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'x86-board', 'kselftest'], 'config_full': 'x86_64_defconfig+lab-setup+x86-board+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c34e3a49357e496c813d-kbuild-gcc-14-x86-29mab8oz', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '6928c7503a49357e496c8950'}, 'jobfilter': ['baseline-x86'], 'platform_filter': ['x86-simatic-ipc227e'], 'created': '2025-11-27T21:31:58.265000', 'updated': '2025-11-27T21:59:21.917000', 'timeout': '2025-11-28T03:31:58.265000', 'holdoff': '2025-11-27T21:58:59.522000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:49:14 PM UTC [DEBUG] Event received: 69288eefacdde99814a235fa 11/27/2025 11:49:14 PM UTC [DEBUG] 69288eefacdde99814a235fa: Node current retry_counter: 3 11/27/2025 11:49:14 PM UTC [INFO] 69288eefacdde99814a235fa Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:49:14 PM UTC [DEBUG] Event received: 69288ef3acdde99814a235fd 11/27/2025 11:49:14 PM UTC [DEBUG] 69288ef3acdde99814a235fd: Node current retry_counter: 3 11/27/2025 11:49:14 PM UTC [INFO] 69288ef3acdde99814a235fd Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:52:36 PM UTC [DEBUG] Event received: 6928de9142a95a572a4f0682 11/27/2025 11:52:36 PM UTC [DEBUG] 6928de9142a95a572a4f0682: Node current retry_counter: 3 11/27/2025 11:52:36 PM UTC [INFO] 6928de9142a95a572a4f0682 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:53:01 PM UTC [DEBUG] Event received: 6928dfef42a95a572a4f06ce 11/27/2025 11:53:01 PM UTC [DEBUG] 6928dfef42a95a572a4f06ce: Node current retry_counter: 0 11/27/2025 11:53:01 PM UTC [DEBUG] 6928dfef42a95a572a4f06ce:Event data retry_counter: 1 11/27/2025 11:53:01 PM UTC [INFO] Job retry for node 6928dfef42a95a572a4f06ce submitted. Parent node: 6928d9fb42a95a572a4f0055 11/27/2025 11:53:01 PM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928dfef42a95a572a4f06ce'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/27/2025 11:53:51 PM UTC [DEBUG] Event received: 6928e33c42a95a572a4f0766 11/27/2025 11:53:51 PM UTC [DEBUG] 6928e33c42a95a572a4f0766: Node current retry_counter: 1 11/27/2025 11:53:51 PM UTC [DEBUG] 6928e33c42a95a572a4f0766:Event data retry_counter: 2 11/27/2025 11:53:51 PM UTC [INFO] Job retry for node 6928e33c42a95a572a4f0766 submitted. Parent node: 6928d9fb42a95a572a4f0055 11/27/2025 11:53:51 PM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928e33c42a95a572a4f0766'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['beaglebone-black'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:54:29 PM UTC [DEBUG] Event received: 6928dfe642a95a572a4f06c3 11/27/2025 11:54:29 PM UTC [DEBUG] 6928dfe642a95a572a4f06c3: Node current retry_counter: 3 11/27/2025 11:54:29 PM UTC [INFO] 6928dfe642a95a572a4f06c3 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:55:15 PM UTC [DEBUG] Event received: 6928905bacdde99814a23651 11/27/2025 11:55:15 PM UTC [DEBUG] 6928905bacdde99814a23651: Node current retry_counter: 3 11/27/2025 11:55:15 PM UTC [INFO] 6928905bacdde99814a23651 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:55:15 PM UTC [DEBUG] Event received: 6928905eacdde99814a23654 11/27/2025 11:55:15 PM UTC [DEBUG] 6928905eacdde99814a23654: Node current retry_counter: 3 11/27/2025 11:55:15 PM UTC [INFO] 6928905eacdde99814a23654 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:55:17 PM UTC [DEBUG] Event received: 6928d0903a49357e496c9658 11/27/2025 11:55:17 PM UTC [DEBUG] 6928d0903a49357e496c9658: Node current retry_counter: 3 11/27/2025 11:55:17 PM UTC [INFO] 6928d0903a49357e496c9658 Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:56:15 PM UTC [DEBUG] Event received: 692890beacdde99814a2365f 11/27/2025 11:56:15 PM UTC [DEBUG] 692890beacdde99814a2365f: Node current retry_counter: 0 11/27/2025 11:56:15 PM UTC [DEBUG] 692890beacdde99814a2365f:Event data retry_counter: 1 11/27/2025 11:56:15 PM UTC [INFO] Job retry for node 692890beacdde99814a2365f submitted. Parent node: 69288df5acdde99814a235c3 11/27/2025 11:56:15 PM UTC [DEBUG] Event:{'data': {'id': '69288df5acdde99814a235c3', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86', 'path': ['checkout', 'kbuild-gcc-14-x86'], 'group': 'kbuild-gcc-14-x86', 'parent': '69288b57acdde99814a2348e', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kimage_stderr.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/metadata.json', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kselftest_stderr.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_modules_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kselftest.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/0.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build.log.gz', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/3.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/1.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/bzImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip-rt', 'commit': '02070d7ad8b604dca2bb6a1131c978ed4644fd1d', 'describe': 'v6.1.157-cip48-rt26', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-rt26', 'name': None}, 'patchset': None, 'commit_tags': ['v6.1.157-cip48-rt26'], 'commit_message': 'Mark this as 6.1.157-cip48-rt26 (rt57) release.\n\nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'x86_64', 'defconfig': 'x86_64_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'x86-board', 'kselftest'], 'config_full': 'x86_64_defconfig+lab-setup+x86-board+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-69288df5acdde99814a235c3-kbuild-gcc-14-x86-m4zl1jft', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '692890beacdde99814a2365f'}, 'jobfilter': ['baseline-x86'], 'platform_filter': ['x86-siemens-mcom'], 'created': '2025-11-27T17:44:21.557000', 'updated': '2025-11-27T23:45:14.340000', 'timeout': '2025-11-27T23:44:21.557000', 'holdoff': '2025-11-27T18:06:10.239000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '92e1f06b6a2b5aef881c044e2ff98f1653da223da7ac6ffd07ffcd68565c5e70', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/27/2025 11:56:16 PM UTC [DEBUG] Event received: 6928e0bb42a95a572a4f0714 11/27/2025 11:56:16 PM UTC [DEBUG] 6928e0bb42a95a572a4f0714: Node current retry_counter: 1 11/27/2025 11:56:16 PM UTC [DEBUG] 6928e0bb42a95a572a4f0714:Event data retry_counter: 2 11/27/2025 11:56:16 PM UTC [INFO] Job retry for node 6928e0bb42a95a572a4f0714 submitted. Parent node: 6928d9f742a95a572a4f0052 11/27/2025 11:56:16 PM UTC [DEBUG] Event:{'data': {'id': '6928d9f742a95a572a4f0052', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm64-61-cip'], 'group': 'kbuild-gcc-14-arm64-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_modules_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build.sh', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kselftest_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_dtbs_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_modules.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build_kimage.log.gz', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/3.config', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/metadata.json', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/build.log.gz', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/5.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/2.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/fragments/4.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-61-cip-6928d9f742a95a572a4f0052/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_R8A774A1=y', 'CONFIG_ARCH_ZYNQMP=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm64/cip_merged_defconfig'], 'config_full': 'defconfig+CONFIG_ARCH_R8A774A1=y+CONFIG_ARCH_ZYNQMP=y+kselftest+lab-setup+cip://6.1.y-cip/arm64/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9f742a95a572a4f0052-kbuild-gcc-14-arm64-61-c-xfoe1syq', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928e0bb42a95a572a4f0714'}, 'jobfilter': ['job-gcc-14-arm64-61-cip'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T23:08:39.799000', 'updated': '2025-11-27T23:45:10.653000', 'timeout': '2025-11-28T05:08:39.799000', 'holdoff': '2025-11-27T23:44:11.175000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/27/2025 11:57:15 PM UTC [DEBUG] Event received: 692890bfacdde99814a2366b 11/27/2025 11:57:15 PM UTC [DEBUG] 692890bfacdde99814a2366b: Node current retry_counter: 0 11/27/2025 11:57:15 PM UTC [DEBUG] 692890bfacdde99814a2366b:Event data retry_counter: 1 11/27/2025 11:57:15 PM UTC [INFO] Job retry for node 692890bfacdde99814a2366b submitted. Parent node: 69288df5acdde99814a235c3 11/27/2025 11:57:15 PM UTC [DEBUG] Event:{'data': {'id': '69288df5acdde99814a235c3', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86', 'path': ['checkout', 'kbuild-gcc-14-x86'], 'group': 'kbuild-gcc-14-x86', 'parent': '69288b57acdde99814a2348e', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build.sh', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kimage_stderr.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/metadata.json', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kselftest_stderr.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_modules_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build_kselftest.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/0.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/build.log.gz', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/3.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/1.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/bzImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-69288df5acdde99814a235c3/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip-rt', 'commit': '02070d7ad8b604dca2bb6a1131c978ed4644fd1d', 'describe': 'v6.1.157-cip48-rt26', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-rt26', 'name': None}, 'patchset': None, 'commit_tags': ['v6.1.157-cip48-rt26'], 'commit_message': 'Mark this as 6.1.157-cip48-rt26 (rt57) release.\n\nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'x86_64', 'defconfig': 'x86_64_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'x86-board', 'kselftest'], 'config_full': 'x86_64_defconfig+lab-setup+x86-board+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-69288df5acdde99814a235c3-kbuild-gcc-14-x86-m4zl1jft', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '692890bfacdde99814a2366b'}, 'jobfilter': ['baseline-x86-pull-labs-demo'], 'platform_filter': ['qemu'], 'created': '2025-11-27T17:44:21.557000', 'updated': '2025-11-27T23:45:14.340000', 'timeout': '2025-11-27T23:44:21.557000', 'holdoff': '2025-11-27T18:06:10.239000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '92e1f06b6a2b5aef881c044e2ff98f1653da223da7ac6ffd07ffcd68565c5e70', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/27/2025 11:59:25 PM UTC [DEBUG] Event received: 6928d16c3a49357e496c96ae 11/27/2025 11:59:25 PM UTC [DEBUG] 6928d16c3a49357e496c96ae: Node current retry_counter: 2 11/27/2025 11:59:25 PM UTC [DEBUG] 6928d16c3a49357e496c96ae:Event data retry_counter: 3 11/27/2025 11:59:25 PM UTC [INFO] Job retry for node 6928d16c3a49357e496c96ae submitted. Parent node: 6928c32b3a49357e496c8122 11/27/2025 11:59:25 PM UTC [DEBUG] Event:{'data': {'id': '6928c32b3a49357e496c8122', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.sh', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/fragments/0.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.log.gz', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c32b3a49357e496c8122-kbuild-gcc-14-arm-w9dcpgmt', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928d16c3a49357e496c96ae'}, 'jobfilter': ['baseline-arm'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T21:31:23.369000', 'updated': '2025-11-27T22:01:22.284000', 'timeout': '2025-11-28T03:31:23.369000', 'holdoff': '2025-11-27T22:00:36.943000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:59:46 PM UTC [DEBUG] Event received: 6928d17a3a49357e496c96ba 11/27/2025 11:59:46 PM UTC [DEBUG] 6928d17a3a49357e496c96ba: Node current retry_counter: 3 11/27/2025 11:59:46 PM UTC [INFO] 6928d17a3a49357e496c96ba Job has already retried 3 times. Not submitting a retry. 11/27/2025 11:59:49 PM UTC [DEBUG] Event received: 6928e19b42a95a572a4f0732 11/27/2025 11:59:49 PM UTC [DEBUG] 6928e19b42a95a572a4f0732: Node current retry_counter: 2 11/27/2025 11:59:49 PM UTC [DEBUG] 6928e19b42a95a572a4f0732:Event data retry_counter: 3 11/27/2025 11:59:49 PM UTC [INFO] Job retry for node 6928e19b42a95a572a4f0732 submitted. Parent node: 6928c33d3a49357e496c8131 11/27/2025 11:59:49 PM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928e19b42a95a572a4f0732'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:59:52 PM UTC [DEBUG] Event received: 6928d2c23a49357e496c9783 11/27/2025 11:59:52 PM UTC [DEBUG] 6928d2c23a49357e496c9783: Node current retry_counter: 2 11/27/2025 11:59:52 PM UTC [DEBUG] 6928d2c23a49357e496c9783:Event data retry_counter: 3 11/27/2025 11:59:52 PM UTC [INFO] Job retry for node 6928d2c23a49357e496c9783 submitted. Parent node: 6928c32b3a49357e496c8122 11/27/2025 11:59:52 PM UTC [DEBUG] Event:{'data': {'id': '6928c32b3a49357e496c8122', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm', 'path': ['checkout', 'kbuild-gcc-14-arm'], 'group': 'kbuild-gcc-14-arm', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.sh', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage_stderr.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_dtbs_stderr.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_modules.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest_stderr.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kselftest.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build_kimage.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/metadata.json', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/fragments/0.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/build.log.gz', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-6928c32b3a49357e496c8122/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': [], 'config_full': 'multi_v7_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c32b3a49357e496c8122-kbuild-gcc-14-arm-w9dcpgmt', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928d2c23a49357e496c9783'}, 'jobfilter': ['baseline-arm'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T21:31:23.369000', 'updated': '2025-11-27T22:01:22.284000', 'timeout': '2025-11-28T03:31:23.369000', 'holdoff': '2025-11-27T22:00:36.943000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/27/2025 11:59:53 PM UTC [DEBUG] Event received: 6928d2ca3a49357e496c978e 11/27/2025 11:59:53 PM UTC [DEBUG] 6928d2ca3a49357e496c978e: Node current retry_counter: 3 11/27/2025 11:59:53 PM UTC [INFO] 6928d2ca3a49357e496c978e Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:00:05 AM UTC [DEBUG] Event received: 6928e5f542a95a572a4f07a6 11/28/2025 12:00:05 AM UTC [DEBUG] 6928e5f542a95a572a4f07a6: Node current retry_counter: 3 11/28/2025 12:00:05 AM UTC [INFO] 6928e5f542a95a572a4f07a6 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:00:06 AM UTC [DEBUG] Event received: 6928cd363a49357e496c9098 11/28/2025 12:00:06 AM UTC [DEBUG] 6928cd363a49357e496c9098: Node current retry_counter: 0 11/28/2025 12:00:06 AM UTC [DEBUG] 6928cd363a49357e496c9098:Event data retry_counter: 1 11/28/2025 12:00:06 AM UTC [INFO] Job retry for node 6928cd363a49357e496c9098 submitted. Parent node: 6928c33d3a49357e496c8131 11/28/2025 12:00:06 AM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928cd363a49357e496c9098'}, 'jobfilter': ['baseline-arm64-broonie'], 'platform_filter': ['meson-sm1-s905d3-libretech-cc'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/28/2025 12:00:26 AM UTC [DEBUG] Event received: 6928d3303a49357e496c985d 11/28/2025 12:00:26 AM UTC [DEBUG] 6928d3303a49357e496c985d: Node current retry_counter: 3 11/28/2025 12:00:26 AM UTC [INFO] 6928d3303a49357e496c985d Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:00:36 AM UTC [DEBUG] Event received: 6928d4af3a49357e496c98d3 11/28/2025 12:00:36 AM UTC [DEBUG] 6928d4af3a49357e496c98d3: Node current retry_counter: 1 11/28/2025 12:00:36 AM UTC [DEBUG] 6928d4af3a49357e496c98d3:Event data retry_counter: 2 11/28/2025 12:00:36 AM UTC [INFO] Job retry for node 6928d4af3a49357e496c98d3 submitted. Parent node: 6928c33d3a49357e496c8131 11/28/2025 12:00:36 AM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d4af3a49357e496c98d3'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/28/2025 12:00:45 AM UTC [DEBUG] Event received: 6928e62442a95a572a4f07c3 11/28/2025 12:00:45 AM UTC [DEBUG] 6928e62442a95a572a4f07c3: Node current retry_counter: 2 11/28/2025 12:00:45 AM UTC [DEBUG] 6928e62442a95a572a4f07c3:Event data retry_counter: 3 11/28/2025 12:00:45 AM UTC [INFO] Job retry for node 6928e62442a95a572a4f07c3 submitted. Parent node: 6928c33d3a49357e496c8131 11/28/2025 12:00:45 AM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928e62442a95a572a4f07c3'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/28/2025 12:01:08 AM UTC [DEBUG] Event received: 6928d4bf3a49357e496c98dd 11/28/2025 12:01:08 AM UTC [DEBUG] 6928d4bf3a49357e496c98dd: Node current retry_counter: 2 11/28/2025 12:01:08 AM UTC [DEBUG] 6928d4bf3a49357e496c98dd:Event data retry_counter: 3 11/28/2025 12:01:08 AM UTC [INFO] Job retry for node 6928d4bf3a49357e496c98dd submitted. Parent node: 6928c33d3a49357e496c8131 11/28/2025 12:01:08 AM UTC [DEBUG] Event:{'data': {'id': '6928c33d3a49357e496c8131', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm64', 'path': ['checkout', 'kbuild-gcc-14-arm64'], 'group': 'kbuild-gcc-14-arm64', 'parent': '6928c2c83a49357e496c80d4', 'state': 'available', 'result': 'pass', 'artifacts': {'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage_stderr.log.gz', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.sh', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs.log.gz', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_dtbs_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest_stderr.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/0.config', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/1.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/metadata.json', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_modules.log.gz', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/build_kimage.log.gz', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/Image', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm64-6928c33d3a49357e496c8131/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'kernelci', 'url': 'https://github.com/kernelci/linux.git', 'branch': 'staging-stable', 'commit': '3b35b87c2126f6ba3e5a5a4ba84dd3f5c083f36a', 'describe': 'staging-stable-20251127.1', 'version': {'version': 6, 'patchlevel': 13, 'sublevel': None, 'extra': '-3145-g3b35b87c2126', 'name': None}, 'patchset': None, 'commit_tags': ['staging-stable-20251127.1'], 'commit_message': 'staging-stable-20251127.1', 'tip_of_branch': True}, 'arch': 'arm64', 'defconfig': 'defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'kselftest'], 'config_full': 'defconfig+lab-setup+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c33d3a49357e496c8131-kbuild-gcc-14-arm64-6fo2m5x9', 'job_context': 'gke_android-kernelci-external_us-central1-c_kci-us-central1', 'kernel_type': 'image', 'regression': None}, 'debug': {'retry_by': '6928d4bf3a49357e496c98dd'}, 'jobfilter': ['baseline-arm64'], 'platform_filter': ['qemu-arm64'], 'created': '2025-11-27T21:31:41.610000', 'updated': '2025-11-27T22:24:25.093000', 'timeout': '2025-11-28T03:31:41.610000', 'holdoff': '2025-11-27T22:23:54.102000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '782374ba91e856c2104c8e153bcd768a7cbfa02823664cba1be8360cd96d8d83', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/28/2025 12:01:28 AM UTC [DEBUG] Event received: 6928d4d33a49357e496c98ed 11/28/2025 12:01:28 AM UTC [DEBUG] 6928d4d33a49357e496c98ed: Node current retry_counter: 3 11/28/2025 12:01:28 AM UTC [INFO] 6928d4d33a49357e496c98ed Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:01:41 AM UTC [DEBUG] Event received: 6928e1bd42a95a572a4f073c 11/28/2025 12:01:41 AM UTC [DEBUG] 6928e1bd42a95a572a4f073c: Node current retry_counter: 3 11/28/2025 12:01:41 AM UTC [INFO] 6928e1bd42a95a572a4f073c Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:02:29 AM UTC [DEBUG] Event received: 6928e31542a95a572a4f075d 11/28/2025 12:02:29 AM UTC [DEBUG] 6928e31542a95a572a4f075d: Node current retry_counter: 1 11/28/2025 12:02:29 AM UTC [DEBUG] 6928e31542a95a572a4f075d:Event data retry_counter: 2 11/28/2025 12:02:29 AM UTC [INFO] Job retry for node 6928e31542a95a572a4f075d submitted. Parent node: 6928d9fb42a95a572a4f0055 11/28/2025 12:02:29 AM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928e31542a95a572a4f075d'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['de0-nano-soc'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/28/2025 12:05:37 AM UTC [DEBUG] Event received: 6928d4ed3a49357e496c990b 11/28/2025 12:05:37 AM UTC [DEBUG] 6928d4ed3a49357e496c990b: Node current retry_counter: 3 11/28/2025 12:05:37 AM UTC [INFO] 6928d4ed3a49357e496c990b Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:05:41 AM UTC [DEBUG] Event received: 6928e6af42a95a572a4f07ef 11/28/2025 12:05:41 AM UTC [DEBUG] 6928e6af42a95a572a4f07ef: Node current retry_counter: 0 11/28/2025 12:05:41 AM UTC [DEBUG] 6928e6af42a95a572a4f07ef:Event data retry_counter: 1 11/28/2025 12:05:41 AM UTC [INFO] Job retry for node 6928e6af42a95a572a4f07ef submitted. Parent node: 6928e66042a95a572a4f07dc 11/28/2025 12:05:41 AM UTC [DEBUG] Event:{'data': {'id': '6928e66042a95a572a4f07dc', 'kind': 'checkout', 'name': 'checkout', 'path': ['checkout'], 'group': None, 'parent': None, 'state': 'available', 'result': 'pass', 'artifacts': {'tarball': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-11-28--00-00-v6.18-rc7-1624-gd05074bc77c5.tar.gz'}, 'data': {'kernel_revision': {'tree': 'netdev-testing', 'url': 'https://github.com/linux-netdev/testing.git', 'branch': 'net-next-hw-2025-11-28--00-00', 'commit': 'd05074bc77c58a46dc6279053817c6bf1587e113', 'describe': 'v6.18-rc7-1624-gd05074bc77c5', 'version': {'version': 6, 'patchlevel': 18, 'extra': '-rc7-1624-gd05074bc77c5'}, 'commit_tags': [], 'commit_message': 'tmp: fix defering freeing of zc Tx skbs\n\nPer: https://lore.kernel.org/all/CANn89iLJGwBunzho9+Q1aRDgA3ihw=OrEuT3cBDiZn2QmVNkWA@mail.gmail.com/\nSigned-off-by: NipaLocal ', 'tip_of_branch': True}}, 'debug': {'retry_by': '6928e6af42a95a572a4f07ef'}, 'jobfilter': ['kbuild-gcc-14-x86-chromeos-amd+'], 'platform_filter': [], 'created': '2025-11-28T00:01:36.477000', 'updated': '2025-11-28T00:02:52.828000', 'timeout': '2025-11-28T03:01:36.464000', 'holdoff': '2025-11-28T00:12:52.585000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '7c64062d2f26816f01e032e2b04b735828f159539ec2bf8c3fbb0a7d94abf6b1', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/28/2025 12:05:43 AM UTC [DEBUG] Event received: 6928e6bd42a95a572a4f07fe 11/28/2025 12:05:43 AM UTC [DEBUG] 6928e6bd42a95a572a4f07fe: Node current retry_counter: 0 11/28/2025 12:05:43 AM UTC [DEBUG] 6928e6bd42a95a572a4f07fe:Event data retry_counter: 1 11/28/2025 12:05:43 AM UTC [INFO] Job retry for node 6928e6bd42a95a572a4f07fe submitted. Parent node: 6928e66042a95a572a4f07dc 11/28/2025 12:05:43 AM UTC [DEBUG] Event:{'data': {'id': '6928e66042a95a572a4f07dc', 'kind': 'checkout', 'name': 'checkout', 'path': ['checkout'], 'group': None, 'parent': None, 'state': 'available', 'result': 'pass', 'artifacts': {'tarball': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-11-28--00-00-v6.18-rc7-1624-gd05074bc77c5.tar.gz'}, 'data': {'kernel_revision': {'tree': 'netdev-testing', 'url': 'https://github.com/linux-netdev/testing.git', 'branch': 'net-next-hw-2025-11-28--00-00', 'commit': 'd05074bc77c58a46dc6279053817c6bf1587e113', 'describe': 'v6.18-rc7-1624-gd05074bc77c5', 'version': {'version': 6, 'patchlevel': 18, 'extra': '-rc7-1624-gd05074bc77c5'}, 'commit_tags': [], 'commit_message': 'tmp: fix defering freeing of zc Tx skbs\n\nPer: https://lore.kernel.org/all/CANn89iLJGwBunzho9+Q1aRDgA3ihw=OrEuT3cBDiZn2QmVNkWA@mail.gmail.com/\nSigned-off-by: NipaLocal ', 'tip_of_branch': True}}, 'debug': {'retry_by': '6928e6bd42a95a572a4f07fe'}, 'jobfilter': ['kbuild-gcc-14-arm64+'], 'platform_filter': [], 'created': '2025-11-28T00:01:36.477000', 'updated': '2025-11-28T00:02:52.828000', 'timeout': '2025-11-28T03:01:36.464000', 'holdoff': '2025-11-28T00:12:52.585000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '7c64062d2f26816f01e032e2b04b735828f159539ec2bf8c3fbb0a7d94abf6b1', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/28/2025 12:05:56 AM UTC [DEBUG] Event received: 6928e6d042a95a572a4f0810 11/28/2025 12:05:56 AM UTC [DEBUG] 6928e6d042a95a572a4f0810: Node current retry_counter: 0 11/28/2025 12:05:56 AM UTC [DEBUG] 6928e6d042a95a572a4f0810:Event data retry_counter: 1 11/28/2025 12:05:56 AM UTC [INFO] Job retry for node 6928e6d042a95a572a4f0810 submitted. Parent node: 6928e66042a95a572a4f07dc 11/28/2025 12:05:56 AM UTC [DEBUG] Event:{'data': {'id': '6928e66042a95a572a4f07dc', 'kind': 'checkout', 'name': 'checkout', 'path': ['checkout'], 'group': None, 'parent': None, 'state': 'available', 'result': 'pass', 'artifacts': {'tarball': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-11-28--00-00-v6.18-rc7-1624-gd05074bc77c5.tar.gz'}, 'data': {'kernel_revision': {'tree': 'netdev-testing', 'url': 'https://github.com/linux-netdev/testing.git', 'branch': 'net-next-hw-2025-11-28--00-00', 'commit': 'd05074bc77c58a46dc6279053817c6bf1587e113', 'describe': 'v6.18-rc7-1624-gd05074bc77c5', 'version': {'version': 6, 'patchlevel': 18, 'extra': '-rc7-1624-gd05074bc77c5'}, 'commit_tags': [], 'commit_message': 'tmp: fix defering freeing of zc Tx skbs\n\nPer: https://lore.kernel.org/all/CANn89iLJGwBunzho9+Q1aRDgA3ihw=OrEuT3cBDiZn2QmVNkWA@mail.gmail.com/\nSigned-off-by: NipaLocal ', 'tip_of_branch': True}}, 'debug': {'retry_by': '6928e6d042a95a572a4f0810'}, 'jobfilter': ['kbuild-gcc-14-x86+'], 'platform_filter': [], 'created': '2025-11-28T00:01:36.477000', 'updated': '2025-11-28T00:02:52.828000', 'timeout': '2025-11-28T03:01:36.464000', 'holdoff': '2025-11-28T00:12:52.585000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '7c64062d2f26816f01e032e2b04b735828f159539ec2bf8c3fbb0a7d94abf6b1', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/28/2025 12:06:07 AM UTC [DEBUG] Event received: 6928e6c742a95a572a4f0807 11/28/2025 12:06:07 AM UTC [DEBUG] 6928e6c742a95a572a4f0807: Node current retry_counter: 0 11/28/2025 12:06:07 AM UTC [DEBUG] 6928e6c742a95a572a4f0807:Event data retry_counter: 1 11/28/2025 12:06:07 AM UTC [INFO] Job retry for node 6928e6c742a95a572a4f0807 submitted. Parent node: 6928e66042a95a572a4f07dc 11/28/2025 12:06:07 AM UTC [DEBUG] Event:{'data': {'id': '6928e66042a95a572a4f07dc', 'kind': 'checkout', 'name': 'checkout', 'path': ['checkout'], 'group': None, 'parent': None, 'state': 'available', 'result': 'pass', 'artifacts': {'tarball': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-11-28--00-00-v6.18-rc7-1624-gd05074bc77c5.tar.gz'}, 'data': {'kernel_revision': {'tree': 'netdev-testing', 'url': 'https://github.com/linux-netdev/testing.git', 'branch': 'net-next-hw-2025-11-28--00-00', 'commit': 'd05074bc77c58a46dc6279053817c6bf1587e113', 'describe': 'v6.18-rc7-1624-gd05074bc77c5', 'version': {'version': 6, 'patchlevel': 18, 'extra': '-rc7-1624-gd05074bc77c5'}, 'commit_tags': [], 'commit_message': 'tmp: fix defering freeing of zc Tx skbs\n\nPer: https://lore.kernel.org/all/CANn89iLJGwBunzho9+Q1aRDgA3ihw=OrEuT3cBDiZn2QmVNkWA@mail.gmail.com/\nSigned-off-by: NipaLocal ', 'tip_of_branch': True}}, 'debug': {'retry_by': '6928e6c742a95a572a4f0807'}, 'jobfilter': ['kbuild-gcc-14-arm64-mainline-big_endian+'], 'platform_filter': [], 'created': '2025-11-28T00:01:36.477000', 'updated': '2025-11-28T00:02:52.828000', 'timeout': '2025-11-28T03:01:36.464000', 'holdoff': '2025-11-28T00:12:52.585000', 'owner': 'staging.kernelci.org', 'submitter': 'service:pipeline', 'treeid': '7c64062d2f26816f01e032e2b04b735828f159539ec2bf8c3fbb0a7d94abf6b1', 'user_groups': [], 'processed_by_kcidb_bridge': True, 'retry_counter': 1}} 11/28/2025 12:08:05 AM UTC [DEBUG] Event received: 6928e48f42a95a572a4f077e 11/28/2025 12:08:05 AM UTC [DEBUG] 6928e48f42a95a572a4f077e: Node current retry_counter: 2 11/28/2025 12:08:05 AM UTC [DEBUG] 6928e48f42a95a572a4f077e:Event data retry_counter: 3 11/28/2025 12:08:05 AM UTC [INFO] Job retry for node 6928e48f42a95a572a4f077e submitted. Parent node: 6928d9fb42a95a572a4f0055 11/28/2025 12:08:05 AM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928e48f42a95a572a4f077e'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['beaglebone-black'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 3}} 11/28/2025 12:08:35 AM UTC [DEBUG] Event received: 6928e7e542a95a572a4f0837 11/28/2025 12:08:35 AM UTC [DEBUG] 6928e7e542a95a572a4f0837: Node current retry_counter: 3 11/28/2025 12:08:35 AM UTC [INFO] 6928e7e542a95a572a4f0837 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:09:29 AM UTC [DEBUG] Event received: 6928c79d3a49357e496c8994 11/28/2025 12:09:29 AM UTC [DEBUG] 6928c79d3a49357e496c8994: Node current retry_counter: 0 11/28/2025 12:09:29 AM UTC [DEBUG] 6928c79d3a49357e496c8994:Event data retry_counter: 1 11/28/2025 12:09:29 AM UTC [INFO] Job retry for node 6928c79d3a49357e496c8994 submitted. Parent node: 6928c46c3a49357e496c8199 11/28/2025 12:09:29 AM UTC [DEBUG] Event:{'data': {'id': '6928c46c3a49357e496c8199', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-x86', 'path': ['checkout', 'kbuild-gcc-14-x86'], 'group': 'kbuild-gcc-14-x86', 'parent': '6928c3dd3a49357e496c815c', 'state': 'available', 'result': 'pass', 'artifacts': {'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_modules_stderr.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_kselftest_stderr.log.gz', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/metadata.json', 'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build.sh', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/fragments/0.config', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_kimage_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build_modules.log.gz', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/fragments/3.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/build.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/fragments/1.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/fragments/2.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/.config', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/modules.tar.xz', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/kselftest.tar.gz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/bzImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-x86-6928c46c3a49357e496c8199/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'x86_64', 'defconfig': 'x86_64_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['lab-setup', 'x86-board', 'kselftest'], 'config_full': 'x86_64_defconfig+lab-setup+x86-board+kselftest', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928c46c3a49357e496c8199-kbuild-gcc-14-x86-6o70siha', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'regression': None}, 'debug': {'retry_by': '6928c79d3a49357e496c8994'}, 'jobfilter': ['baseline-x86'], 'platform_filter': ['x86-simatic-ipc227e'], 'created': '2025-11-27T21:36:44.123000', 'updated': '2025-11-27T22:00:22.073000', 'timeout': '2025-11-28T03:36:44.123000', 'holdoff': '2025-11-27T22:00:13.892000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '89ba2b35791da7441de969f54cb21e499b1218a60269962ce008f938562ea7e3', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 1}} 11/28/2025 12:11:15 AM UTC [DEBUG] Event received: 69289418acdde99814a23775 11/28/2025 12:11:15 AM UTC [DEBUG] 69289418acdde99814a23775: Node current retry_counter: 3 11/28/2025 12:11:15 AM UTC [INFO] 69289418acdde99814a23775 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 6928941bacdde99814a2377b 11/28/2025 12:11:16 AM UTC [DEBUG] 6928941bacdde99814a2377b: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 6928941bacdde99814a2377b Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 6928941dacdde99814a2377e 11/28/2025 12:11:16 AM UTC [DEBUG] 6928941dacdde99814a2377e: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 6928941dacdde99814a2377e Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 6928941facdde99814a23784 11/28/2025 12:11:16 AM UTC [DEBUG] 6928941facdde99814a23784: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 6928941facdde99814a23784 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 69289420acdde99814a23787 11/28/2025 12:11:16 AM UTC [DEBUG] 69289420acdde99814a23787: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 69289420acdde99814a23787 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 69289422acdde99814a2378a 11/28/2025 12:11:16 AM UTC [DEBUG] 69289422acdde99814a2378a: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 69289422acdde99814a2378a Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:16 AM UTC [DEBUG] Event received: 69289423acdde99814a2378d 11/28/2025 12:11:16 AM UTC [DEBUG] 69289423acdde99814a2378d: Node current retry_counter: 3 11/28/2025 12:11:16 AM UTC [INFO] 69289423acdde99814a2378d Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:11:34 AM UTC [DEBUG] Event received: 6928e45d42a95a572a4f077a 11/28/2025 12:11:34 AM UTC [DEBUG] 6928e45d42a95a572a4f077a: Node current retry_counter: 1 11/28/2025 12:11:34 AM UTC [DEBUG] 6928e45d42a95a572a4f077a:Event data retry_counter: 2 11/28/2025 12:11:34 AM UTC [INFO] Job retry for node 6928e45d42a95a572a4f077a submitted. Parent node: 6928d9fb42a95a572a4f0055 11/28/2025 12:11:34 AM UTC [DEBUG] Event:{'data': {'id': '6928d9fb42a95a572a4f0055', 'kind': 'kbuild', 'name': 'kbuild-gcc-14-arm-61-cip', 'path': ['checkout', 'kbuild-gcc-14-arm-61-cip'], 'group': 'kbuild-gcc-14-arm-61-cip', 'parent': '6928d9b442a95a572a4f0040', 'state': 'available', 'result': 'pass', 'artifacts': {'build_sh': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.sh', 'build_dtbs_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs_stderr.log.gz', 'build_kimage_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage_stderr.log.gz', 'build_dtbs_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_dtbs.log.gz', 'build_kselftest_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest_stderr.log.gz', 'build_kimage_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kimage.log.gz', 'build_kselftest_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_kselftest.log.gz', 'build_modules_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules.log.gz', 'build_modules_stderr_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build_modules_stderr.log.gz', 'fragments/1_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/1.config', 'build_log': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/build.log.gz', 'fragments/0_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/0.config', 'fragments/2_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/2.config', 'metadata': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/metadata.json', 'fragments/3_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/3.config', 'fragments/6_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/6.config', 'fragments/4_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/4.config', 'fragments/5_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/fragments/5.config', '_config': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/.config', 'kselftest_tar_gz': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/kselftest.tar.gz', 'modules': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/modules.tar.xz', 'kernel': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/zImage', 'vmlinux': 'https://files-staging.kernelci.org/kbuild-gcc-14-arm-61-cip-6928d9fb42a95a572a4f0055/vmlinux.xz'}, 'data': {'kernel_revision': {'tree': 'cip', 'url': 'https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git', 'branch': 'linux-6.1.y-cip', 'commit': '54606e86a41a2484f17a39825197b7b4dc0c3bdc', 'describe': 'v6.1.157-cip48-54-g54606e86a41a', 'version': {'version': 6, 'patchlevel': 1, 'sublevel': 157, 'extra': '-cip48-54-g54606e86a41a', 'name': None}, 'patchset': None, 'commit_tags': [], 'commit_message': 'ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume\n\ncommit 22897e568646de5907d4981eae6cc895be2978d1 upstream.\n\nWhen the driver supports DMA, it enqueues four DMA descriptors per\nsubstream before the substream is started. New descriptors are enqueued in\nthe DMA completion callback, and each time a new descriptor is queued, the\ndma_buffer_pos is incremented.\n\nDuring suspend, the DMA transactions are terminated. There might be cases\nwhere the four extra enqueued DMA descriptors are not completed and are\ninstead canceled on suspend. However, the cancel operation does not take\ninto account that the dma_buffer_pos was already incremented.\n\nPreviously, the suspend code reinitialized dma_buffer_pos to zero, but this\nis not always correct.\n\nTo avoid losing any audio periods during suspend/resume and to prevent\nclip sound, save the completed DMA buffer position in the DMA callback and\nreinitialize dma_buffer_pos on resume.\n\nCc: stable@vger.kernel.org\nFixes: 1fc778f7c833a ("ASoC: renesas: rz-ssi: Add suspend to RAM support")\nSigned-off-by: Claudiu Beznea \nLink: https://patch.msgid.link/20251029141134.2556926-3-claudiu.beznea.uj@bp.renesas.com\nSigned-off-by: Mark Brown \nSigned-off-by: Claudiu Beznea \nSigned-off-by: Pavel Machek ', 'tip_of_branch': True}, 'arch': 'arm', 'defconfig': 'multi_v7_defconfig', 'compiler': 'gcc-14', 'error_code': None, 'error_msg': None, 'fragments': ['CONFIG_ARCH_SOCFPGA=y', 'CONFIG_ARCH_RENESAS=y', 'CONFIG_SOC_AM33XX=y', 'kselftest', 'lab-setup', 'cip://6.1.y-cip/arm/cip_merged_defconfig'], 'config_full': 'multi_v7_defconfig+CONFIG_ARCH_SOCFPGA=y+CONFIG_ARCH_RENESAS=y+CONFIG_SOC_AM33XX=y+kselftest+lab-setup+cip://6.1.y-cip/arm/cip_merged_defconfig', 'platform': 'kubernetes', 'runtime': 'k8s-all', 'job_id': 'kci-6928d9fb42a95a572a4f0055-kbuild-gcc-14-arm-61-cip-lmsyr17q', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'regression': None}, 'debug': {'retry_by': '6928e45d42a95a572a4f077a'}, 'jobfilter': ['job-gcc-14-arm-61-cip'], 'platform_filter': ['qemu-arm'], 'created': '2025-11-27T23:08:43.337000', 'updated': '2025-11-27T23:44:10.598000', 'timeout': '2025-11-28T05:08:43.337000', 'holdoff': '2025-11-27T23:44:05.412000', 'owner': 'staging.kernelci.org', 'submitter': 'user:paterson@cip.com', 'treeid': '560b22d363b5c18c2103e906e712b45411446f18a840e080394c74371baf7847', 'user_groups': [], 'processed_by_kcidb_bridge': False, 'retry_counter': 2}} 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289456acdde99814a2379e 11/28/2025 12:12:16 AM UTC [DEBUG] 69289456acdde99814a2379e: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289456acdde99814a2379e Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289458acdde99814a237a1 11/28/2025 12:12:16 AM UTC [DEBUG] 69289458acdde99814a237a1: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289458acdde99814a237a1 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 6928945aacdde99814a237a7 11/28/2025 12:12:16 AM UTC [DEBUG] 6928945aacdde99814a237a7: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 6928945aacdde99814a237a7 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 6928945cacdde99814a237ad 11/28/2025 12:12:16 AM UTC [DEBUG] 6928945cacdde99814a237ad: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 6928945cacdde99814a237ad Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 6928945eacdde99814a237b3 11/28/2025 12:12:16 AM UTC [DEBUG] 6928945eacdde99814a237b3: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 6928945eacdde99814a237b3 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289460acdde99814a237b6 11/28/2025 12:12:16 AM UTC [DEBUG] 69289460acdde99814a237b6: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289460acdde99814a237b6 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289461acdde99814a237b9 11/28/2025 12:12:16 AM UTC [DEBUG] 69289461acdde99814a237b9: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289461acdde99814a237b9 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289463acdde99814a237bc 11/28/2025 12:12:16 AM UTC [DEBUG] 69289463acdde99814a237bc: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289463acdde99814a237bc Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289465acdde99814a237bf 11/28/2025 12:12:16 AM UTC [DEBUG] 69289465acdde99814a237bf: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289465acdde99814a237bf Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:16 AM UTC [DEBUG] Event received: 69289467acdde99814a237c2 11/28/2025 12:12:16 AM UTC [DEBUG] 69289467acdde99814a237c2: Node current retry_counter: 3 11/28/2025 12:12:16 AM UTC [INFO] 69289467acdde99814a237c2 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:17 AM UTC [DEBUG] Event received: 69289469acdde99814a237c5 11/28/2025 12:12:17 AM UTC [DEBUG] 69289469acdde99814a237c5: Node current retry_counter: 3 11/28/2025 12:12:17 AM UTC [INFO] 69289469acdde99814a237c5 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:17 AM UTC [DEBUG] Event received: 6928946bacdde99814a237c8 11/28/2025 12:12:17 AM UTC [DEBUG] 6928946bacdde99814a237c8: Node current retry_counter: 3 11/28/2025 12:12:17 AM UTC [INFO] 6928946bacdde99814a237c8 Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:12:17 AM UTC [DEBUG] Event received: 6928946cacdde99814a237cb 11/28/2025 12:12:17 AM UTC [DEBUG] 6928946cacdde99814a237cb: Node current retry_counter: 3 11/28/2025 12:12:17 AM UTC [INFO] 6928946cacdde99814a237cb Job has already retried 3 times. Not submitting a retry. 11/28/2025 12:13:04 AM UTC [INFO] Stopping.