{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":139453987,"defaultBranch":"master","name":"mk","ownerLogin":"kernkonzept","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-07-02T14:23:45.000Z","ownerAvatar":"https://github.com/avatars/u/12676763?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725433586.0","currentOid":""},"activityList":{"items":[{"before":"31d97594cd45c378ab5ba18cc8d9e552faf6b1de","after":"1edaff24dac2a35273bcb022ffb82f99c10bee54","ref":"refs/heads/master","pushedAt":"2024-09-06T10:38:34.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"run_test: Fix display of variables\n\nThe display looks rather awkward without a space or a new line. We opt\nfor the newline.\n\nChange-Id: I06f43569a674abe53861e3abca0edb3230f0b957","shortMessageHtmlLink":"run_test: Fix display of variables"}},{"before":"6b38d6b76b3d9db38c4a7857fd8187ec04daf58c","after":"ffb6ea7048dd16aaeda03d63ec18d9dc1fbed93c","ref":"refs/heads/nommu-1.0","pushedAt":"2024-09-03T16:38:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Add S32N BSP\n\nChange-Id: I419dd29afc4c96a814c5daa256565f481259981d","shortMessageHtmlLink":"Add S32N BSP"}},{"before":"c8ecc5caa566b265f7e849a79d56e012f764af65","after":"31d97594cd45c378ab5ba18cc8d9e552faf6b1de","ref":"refs/heads/master","pushedAt":"2024-08-30T09:43:24.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"config.inc - Fix kconfig rebuild on clean targets\n\nThe rebuild of kconfig on clean targets was triggered because\nDROPSCONF_CONFIG aka auto.conf was deemed outdated. The reason for this\nis that its dependencies contained directories. Directories are\nessentially always deemed newer. We fix this by demoting the directory\ndependencies from \"normal-prerequisites\" to the lesser known type of\norder-only-prerequisites which are not checked for updates but only for\nexistence, and thus are perfect in this case. This also allows us to get\nrid of the MKDIR for include/l4 inside kconfig_call and add it to the\nDIRS_FOR_CONFIG variable.\n\nThe downside is that with kconfig only being built if necessary, the\nfixdep tool also is not always present. To counter this we add a\ngenfixdep target which calls the kconfig Makefile to build\nscripts/basic/*\n\nWe add a variable ROOT_MAKEFILE so Makeconf can decide whether it's been\nincluded from a subdirectory or the main Makefile. This can be used to\nbuild fixdep on demand, but only from the main Makefile. We keep the old\nmessage for Make calls in subdirectories.\n\nChange-Id: I9d57686612a957322a3f8f85fbdb09d1efc5fee2","shortMessageHtmlLink":"config.inc - Fix kconfig rebuild on clean targets"}},{"before":"7b464b3ab52729de4bfcedfb6794b333e17f16bd","after":"c8ecc5caa566b265f7e849a79d56e012f764af65","ref":"refs/heads/master","pushedAt":"2024-08-09T10:57:38.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"docs/css: move changes made in doxygen-awesome into l4re-awesome.css\n\nInstead of keeping track what we changed in doxygen-awesome, we can just\nput any css adjustments into the l4re-awesome.css file\n\nChange-Id: I14754fb34e940fd0f47e04de240311ae2c276a66","shortMessageHtmlLink":"docs/css: move changes made in doxygen-awesome into l4re-awesome.css"}},{"before":"f6389ac4e889e4153b311e51d00e5bade9217746","after":"7b464b3ab52729de4bfcedfb6794b333e17f16bd","ref":"refs/heads/master","pushedAt":"2024-07-17T11:08:44.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Makefile - Remove all l4defs during cleanfast\n\nUp until now it was hard-coded which l4defs.* are to be deleted. This\nonly deleted l4defs.mk.inc and l4defs.sh.inc and left l4defs.pl.inc as\nwell as l4defs of any other variant than std behind. We fix this by\nusing the dynamically generated list of l4def files.\n\nChange-Id: If5c66da51699cd532d77c24a5563ffbcb7d5ce29","shortMessageHtmlLink":"Makefile - Remove all l4defs during cleanfast"}},{"before":"65975ffcdc438a9899b0e3dcccd7c0e109e604d0","after":"f6389ac4e889e4153b311e51d00e5bade9217746","ref":"refs/heads/master","pushedAt":"2024-07-04T15:35:54.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"tool/bin/run_test - Fix uninitialized value warning\n\nThis loop print various environment variables that might not be defined\nat all, which leads to a warning. We fix this by just printing an empty\nvalue if the environment variable is undefined.\n\nChange-Id: I019d24a888d304add34e25c646da9f5bc07c8178","shortMessageHtmlLink":"tool/bin/run_test - Fix uninitialized value warning"}},{"before":"6b3da49310f4719be32283c38f6a6dc038391703","after":"65975ffcdc438a9899b0e3dcccd7c0e109e604d0","ref":"refs/heads/master","pushedAt":"2024-06-21T10:15:45.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"mk: allow switch_ram_base in fresh build tree\n\nAll packages that depend on RAM_BASE register themselves during build\ntime. These packages are then re-built whenever RAM_BASE is changed.\nIt's not an error if such packages have to been built yet, though.\n\nChange-Id: I58b37a3710d2dee082285849271919b31a358c33","shortMessageHtmlLink":"mk: allow switch_ram_base in fresh build tree"}},{"before":"2303cc2408008f6e60f277827ab75a9e16a6bd06","after":"6b3da49310f4719be32283c38f6a6dc038391703","ref":"refs/heads/master","pushedAt":"2024-05-24T11:00:09.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"mk: detect Clang -fvisibility-global-new-delete-hidden\n\nClang older than version 18 knows -fvisibility-global-new-delete-hidden\nwhile Clang >= 18 may either use the old command line parameter or\n-fvisibility-global-new-delete=force-hidden.\n\nSee ticket #CD-1279.\n\nChange-Id: I9d6c937b7528031753b3994c80283df05cf70065","shortMessageHtmlLink":"mk: detect Clang -fvisibility-global-new-delete-hidden"}},{"before":"3906e305eac716fee9c95d82bae506e452f9390e","after":"2303cc2408008f6e60f277827ab75a9e16a6bd06","ref":"refs/heads/master","pushedAt":"2024-05-21T11:56:02.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"sysroot: Consider libc_nonshared(.p).a\n\nChange-Id: Ie2d28b187d99415c2b947e6b9ee6c2862f623e76","shortMessageHtmlLink":"sysroot: Consider libc_nonshared(.p).a"}},{"before":"b9ab7d36ae7e71b4f70c240caf5dcdbfe44b876a","after":"3906e305eac716fee9c95d82bae506e452f9390e","ref":"refs/heads/master","pushedAt":"2024-05-09T11:04:44.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Kconfig: Update to Update to Linux-6.8-based version\n\nAdd files missed previously.\n\nChange-Id: I10b2dd71e29d9c54d8d0ed78fa38e69bc9b528b3","shortMessageHtmlLink":"Kconfig: Update to Update to Linux-6.8-based version"}},{"before":"1917a0982731f78a00450ab921c21311527ae65d","after":"b9ab7d36ae7e71b4f70c240caf5dcdbfe44b876a","ref":"refs/heads/master","pushedAt":"2024-04-26T10:47:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Makeconf.boot/fvp: support fvp_base_r\n\nThis model unfortunately requires a number of additional options and also\ndoes not understand all options from the A-profile model.\n\nChange-Id: I0eac09d81ad6b8f4ff19f5637f0ff5c5a68aa89f","shortMessageHtmlLink":"Makeconf.boot/fvp: support fvp_base_r"}},{"before":"d70e2b0daf68777916f4b6ae73bdde214772f872","after":"1917a0982731f78a00450ab921c21311527ae65d","ref":"refs/heads/master","pushedAt":"2024-04-19T11:33:04.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Configs: Provide simple VM setups\n\nThis adds some simple VM setups with:\n* just one VM,\n* just one VM with access to PCI devices,\n* with multiple VMs with cons,\n* two VMs connected via peer to peer link\n\nChange-Id: Iae0c0b3ac1407bfc215a74c73fbb02f2abd866de\nRequires-Change-Id: I3152de59d5e2c86b015d2737fdc3258ba1d3b975","shortMessageHtmlLink":"Configs: Provide simple VM setups"}},{"before":"c1f3bf06929177cdbef38e98b91e5267c9a3c767","after":"d70e2b0daf68777916f4b6ae73bdde214772f872","ref":"refs/heads/master","pushedAt":"2024-04-12T10:11:00.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"BID: Always include the build config in compiles\n\nInclude the build configuration via -include such that\nit is always available in builds and cannot be forgotten.\n\nChange-Id: I66e390d25e0f6d7be7ea277f764ecca1749b4a9d","shortMessageHtmlLink":"BID: Always include the build config in compiles"}},{"before":"bcb77e29c7d64da93c57fa81578f2e66b7eca0e0","after":"c1f3bf06929177cdbef38e98b91e5267c9a3c767","ref":"refs/heads/master","pushedAt":"2024-04-04T10:03:11.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"introspection testing: Include headers in kernel objects\n\nA helper function for decoding kernel object printouts exists, but it\nwas not used by the introspection testing plugin, since it just ignored\nthe headers of the printout.\n\nThis change includes the headers in the decoded printout, so that the\nhelper function can be used. By this, we reduce code duplication in\nupcoming plugins.\n\nChange-Id: If465e1656241385f6d834c5f8a802cbfa418db79","shortMessageHtmlLink":"introspection testing: Include headers in kernel objects"}},{"before":"54b66cffe32fe979ed4e44e765bd7f8a935a9cd7","after":"bcb77e29c7d64da93c57fa81578f2e66b7eca0e0","ref":"refs/heads/master","pushedAt":"2024-03-21T11:44:16.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Remove unused code left over by previous change\n\nChange I7fbf1950adfde5ded0d546f9408e706b9467e442 removed the\ninvocation of test_script but left the definition in. Since\nthis might cause confusion we remove it here.\n\nChange-Id: I382310e46da08a2e87d47c108be2340129bfd5dc","shortMessageHtmlLink":"Remove unused code left over by previous change"}},{"before":"2261eae40626e9772d6f16e1c609c0e96b00f944","after":"54b66cffe32fe979ed4e44e765bd7f8a935a9cd7","ref":"refs/heads/master","pushedAt":"2024-03-14T12:02:31.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Add default open source LICENSE.spdx\n\nChange-Id: I1c120d0416002bd10e4959889be7674d2356f6a3","shortMessageHtmlLink":"Add default open source LICENSE.spdx"}},{"before":"291d8d84040b4fe19e1035b49e7f0a77293f7002","after":"2261eae40626e9772d6f16e1c609c0e96b00f944","ref":"refs/heads/master","pushedAt":"2024-02-29T16:08:03.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"mk: build assember files without executable stack\n\nWe enforce that the stack is not executable at link time. When linking\noutside of BID this is not necessarily the case. The compiler will add\nthe '.note.GNU-stack' section itself but the assembler must be\nexplicitly instructed to do so. Without the switch the linker will issue\na warning about the missing special 'GNU-stack' note section.\n\nChange-Id: I4bb5d74f6ea537e5bcbece57af6ac993caf721cd","shortMessageHtmlLink":"mk: build assember files without executable stack"}},{"before":"4e58a602fd3d4c93a17f9e01b5b79aab8cc1153b","after":"291d8d84040b4fe19e1035b49e7f0a77293f7002","ref":"refs/heads/master","pushedAt":"2024-02-22T13:49:09.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"l4-bender: Remove stray comma in message\n\nChange-Id: I356dfc402c2f45cc3d30672e27b00188230aff04","shortMessageHtmlLink":"l4-bender: Remove stray comma in message"}},{"before":"f7ac9dbe74664a9026463fea86833cafe90ce071","after":"4e58a602fd3d4c93a17f9e01b5b79aab8cc1153b","ref":"refs/heads/master","pushedAt":"2024-02-16T11:06:01.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Also enable C++17 for clang\n\nThe oldest supported, clang-15, still defaulted to C++14.\n\nChange-Id: I87421ac38416a0910e23b907782169f137a54e1e","shortMessageHtmlLink":"Also enable C++17 for clang"}},{"before":"3d0b4c8e0592d45d5d399fd4652c87f74d9bde07","after":"f7ac9dbe74664a9026463fea86833cafe90ce071","ref":"refs/heads/master","pushedAt":"2024-02-09T14:09:13.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"tap-wrapper: Add a checksum filter\n\nWhen kernel checksuming is enabled each line is prefixed by a checksum.\nAdd a plugin that can check these checksums and remove them for further\nprocessing by other plugins or filters.\n\nNot removing these checksums will cause issues since they act like a\nprefix to a TAP line, but differ with each line causing tap-wrapper\nplugins to become confused.\n\nThis is used for I54484784c2acea1e3dd1089ac0e21e7375783899\n\nChange-Id: If92435b73888df7f202adaf4220d764b83c245d1","shortMessageHtmlLink":"tap-wrapper: Add a checksum filter"}},{"before":"a43e0986c71fe211265e52e572e13376bb3f61d3","after":"3d0b4c8e0592d45d5d399fd4652c87f74d9bde07","ref":"refs/heads/master","pushedAt":"2024-02-01T14:01:52.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"OutputMatching: allow Escape sequences like '\\033[m'\n\nChange-Id: Iccde012404bde1b9bed531674627481becdb71fc","shortMessageHtmlLink":"OutputMatching: allow Escape sequences like '\\033[m'"}},{"before":"53cc257ed92f188c681d3f1f54452143b48b22df","after":"a43e0986c71fe211265e52e572e13376bb3f61d3","ref":"refs/heads/master","pushedAt":"2024-01-25T11:30:34.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Kconfig: Update to Linux-6.7-based version\n\nChange-Id: I7c5b67cfb50d2b61b0b55e84900c06d208710019","shortMessageHtmlLink":"Kconfig: Update to Linux-6.7-based version"}},{"before":"5cdf0f64788a54f8368c80797695a75a53c4dee1","after":"53cc257ed92f188c681d3f1f54452143b48b22df","ref":"refs/heads/master","pushedAt":"2024-01-18T11:52:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"tap-wrapper: name variable on plugin iteration\n\nThis avoids inadvertently changing the implicity $_ in the process_any\nfunction and then getting hard to diagnose error messages.\n\nChange-Id: I17fd069f43be83cd9d1bec1e963fc447758aa84c","shortMessageHtmlLink":"tap-wrapper: name variable on plugin iteration"}},{"before":"7b912e4afb7eb00807697af84b71a61f1dda7bdf","after":"5cdf0f64788a54f8368c80797695a75a53c4dee1","ref":"refs/heads/master","pushedAt":"2024-01-12T12:02:18.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Actually move QEMU_OPTIONS after Makeconf.boot\n\nChange-Id: If7399dab3cae1e7b5c6b54ce98771a0038b8ee79","shortMessageHtmlLink":"Actually move QEMU_OPTIONS after Makeconf.boot"}},{"before":"c17be1bf5d608bc5a9167cb4aaf517a380aa0e46","after":"7b912e4afb7eb00807697af84b71a61f1dda7bdf","ref":"refs/heads/master","pushedAt":"2023-12-15T15:11:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"add default QEMU binary name for arm\n\nThis variable is defined for the other architectures as well.\n\nChange-Id: Ia3e68da4af6d30a05336b04bcc2cb402fc53ed71","shortMessageHtmlLink":"add default QEMU binary name for arm"}},{"before":"78db451a2e6111396203be3935e7e0c9c18545c6","after":"c17be1bf5d608bc5a9167cb4aaf517a380aa0e46","ref":"refs/heads/master","pushedAt":"2023-12-08T09:47:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"L4::TapWrapper - Test-uuid for not ok line printed for unclean exit\n\nTapWrapper prints a not ok line when the test behaves improperly, e.g.\nreturns a non-zero exit code. As all ok lines this one also requires a\nuuid, but since this doesn't actually test anything and only signals\nissue during test execution, we utilize the Nil-UUID in this case.\n\nChange-Id: Ib073ab3b71f33e1ee3af289ab23c5f9e0a06199e","shortMessageHtmlLink":"L4::TapWrapper - Test-uuid for not ok line printed for unclean exit"}},{"before":"b4229cd886b9c465ac47dd5f71e4151bcf955637","after":"78db451a2e6111396203be3935e7e0c9c18545c6","ref":"refs/heads/master","pushedAt":"2023-11-23T12:13:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"x86: Provide defaults for QEMU calls\n\nFor the case, that a properly setup Makeconf.boot does not exist, use\nworking QEMU defaults.\n\nChange-Id: I01afb2350e9b73eef98b46e6a5495a67a936d9c8","shortMessageHtmlLink":"x86: Provide defaults for QEMU calls"}},{"before":"4d8cd9df57f3ef22a5533af646eacb33482b019f","after":"b4229cd886b9c465ac47dd5f71e4151bcf955637","ref":"refs/heads/master","pushedAt":"2023-11-16T11:30:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"qemu-x86-launch: don't automatically uncompress gzip modules\n\nUnlike for the image mode the x86 qemu mode still automatically\nuncompresses all gzipped modules. This should only be done when\nspecified so in the modules list file with the `uncompress` option.\n\nChange-Id: I99f953444f56fdf981f59cc912237ddca3f97bac","shortMessageHtmlLink":"qemu-x86-launch: don't automatically uncompress gzip modules"}},{"before":"6b2258d64a8cc13ad6033d48ecbe0cd5daf35135","after":"4d8cd9df57f3ef22a5533af646eacb33482b019f","ref":"refs/heads/master","pushedAt":"2023-11-10T11:43:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"Kconfig: Update to Linux-6.6-based version\n\nChange-Id: Ifd010fdbec8ce7b778b1f26c139fae7e45309b7f","shortMessageHtmlLink":"Kconfig: Update to Linux-6.6-based version"}},{"before":"64c7254cd913cf089c98e6d0f566785b418cb4a9","after":"6b2258d64a8cc13ad6033d48ecbe0cd5daf35135","ref":"refs/heads/master","pushedAt":"2023-11-02T11:40:05.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kk-infra","name":null,"path":"/kk-infra","primaryAvatarUrl":"https://github.com/avatars/u/36235065?s=80&v=4"},"commit":{"message":"L4::TapWrapper::Util - Remove futile waitpid call\n\nwaitpid only works with a direct child of the current process.\n\nChange-Id: I0015d2d9873039eeb29b25f327ee528e38f065a4","shortMessageHtmlLink":"L4::TapWrapper::Util - Remove futile waitpid call"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNlQxMDozODozNC4wMDAwMDBazwAAAASuzzyr","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNlQxMDozODozNC4wMDAwMDBazwAAAASuzzyr","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0wMlQxMTo0MDowNS4wMDAwMDBazwAAAAOlynUo"}},"title":"Activity ยท kernkonzept/mk"}