{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":252264812,"defaultBranch":"staging","name":"lib-libelf","ownerLogin":"unikraft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-01T19:12:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44058005?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712934213.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"e2d27ad93c8cf39c520fbbf82ebbb700b950e72a","ref":"refs/heads/craciunoiuc/add-repository-dispatch","pushedAt":"2024-04-12T15:03:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craciunoiuc","name":"Cezar Craciunoiu","path":"/craciunoiuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46280801?s=80&v=4"},"commit":{"message":".github/workflows: Introduce catalog tests\n\nSigned-off-by: Cezar Craciunoiu ","shortMessageHtmlLink":".github/workflows: Introduce catalog tests"}},{"before":"e6f884eb7848553a3a67ea10882f76b677b57dd5","after":"0f1476d5f7fbc1a8fb44776066ab13e7403cfcae","ref":"refs/heads/stable","pushedAt":"2023-10-23T13:58:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"nderjung","name":"Alexander Jung","path":"/nderjung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/905927?s=80&v=4"},"commit":{"message":"Introduce `Library.uk`\n\nThis new file represents the first step towards proper versioning support of\nexternal microlibrary in Unikraft. The file itself acts as mechanism for\nholding metadata-only values about the microlibrary. This metadata is designed\nto be compatible with GNU Make whilst simultaneously being human-readable and\nreadable by programs that are not GNU Make (e.g. tools such as KraftKit).\n\nAn important feature of this file is the inclusion of microlibrary versions.\nIn a later step, once relevant integrations have been made to Unikrat's core\nbuild system and to relevant tools such as KraftKit, the user will be able to\nsee and select from different versions of the microlibrary.\n\nIn this initial commit, the relevant metadata is absorbed from both Makefile.uk,\nConfig.uk, but also includes new information such as SPDX License identifier.\n\nSigned-off-by: Alexander Jung \nApproved-by: Razvan Deaconescu \nReviewed-by: Razvan Deaconescu \nGitHub-Closes: #2","shortMessageHtmlLink":"Introduce Library.uk"}},{"before":"77c3f27d483ce210c135d737695eaf7f42abf712","after":"0f1476d5f7fbc1a8fb44776066ab13e7403cfcae","ref":"refs/heads/staging","pushedAt":"2023-10-20T17:16:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"razvand","name":"Razvan Deaconescu","path":"/razvand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/232418?s=80&v=4"},"commit":{"message":"Introduce `Library.uk`\n\nThis new file represents the first step towards proper versioning support of\nexternal microlibrary in Unikraft. The file itself acts as mechanism for\nholding metadata-only values about the microlibrary. This metadata is designed\nto be compatible with GNU Make whilst simultaneously being human-readable and\nreadable by programs that are not GNU Make (e.g. tools such as KraftKit).\n\nAn important feature of this file is the inclusion of microlibrary versions.\nIn a later step, once relevant integrations have been made to Unikrat's core\nbuild system and to relevant tools such as KraftKit, the user will be able to\nsee and select from different versions of the microlibrary.\n\nIn this initial commit, the relevant metadata is absorbed from both Makefile.uk,\nConfig.uk, but also includes new information such as SPDX License identifier.\n\nSigned-off-by: Alexander Jung \nApproved-by: Razvan Deaconescu \nReviewed-by: Razvan Deaconescu \nGitHub-Closes: #2","shortMessageHtmlLink":"Introduce Library.uk"}},{"before":"32ba82a1f678625a3bd5fa467d2762081a1bc20e","after":"77c3f27d483ce210c135d737695eaf7f42abf712","ref":"refs/heads/staging","pushedAt":"2023-10-20T16:00:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"razvand","name":"Razvan Deaconescu","path":"/razvand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/232418?s=80&v=4"},"commit":{"message":"Use `mmap` to parse the ELF file instead of doing a whole read\n\nSince it may be more efficient to `mmap` a file instead of reading\nit entirely in a memory allocated buffer, choose to do so in our port\nof `libelf` as well, on condition that `CONFIG_LIBPOSIX_MMAP` is also\nenabled.\n\nSigned-off-by: Sergiu Moga \nReviewed-by: Simon Kuenzer \nApproved-by: Simon Kuenzer \nGitHub-Closes: #3","shortMessageHtmlLink":"Use mmap to parse the ELF file instead of doing a whole read"}},{"before":"e6f884eb7848553a3a67ea10882f76b677b57dd5","after":"32ba82a1f678625a3bd5fa467d2762081a1bc20e","ref":"refs/heads/staging","pushedAt":"2023-10-20T15:57:19.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"razvand","name":"Razvan Deaconescu","path":"/razvand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/232418?s=80&v=4"},"commit":{"message":"Use `mmap` to parse the ELF file instead of doing a whole read\n\nSince it may be more efficient to `mmap` a file instead of reading\nit entirely in a memory allocated buffer, choose to do so in our port\nof `libelf` as well, on condition that `CONFIG_LIBPOSIX_MMAP` is also\nenabled.\n\nSigned-off-by: Sergiu Moga ","shortMessageHtmlLink":"Use mmap to parse the ELF file instead of doing a whole read"}},{"before":"7692de06a1141ea03f8f456ae84bfee31ac7e3f6","after":"e6f884eb7848553a3a67ea10882f76b677b57dd5","ref":"refs/heads/stable","pushedAt":"2023-05-15T19:43:16.728Z","pushType":"push","commitsCount":1,"pusher":{"login":"nderjung","name":"Alexander Jung","path":"/nderjung","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/905927?s=80&v=4"},"commit":{"message":"Re-introduce `elf_open()`, `elf_openmemory()`\n\nCommit 7692de0 removed `elf_open()` and `elf_openmemory()` from the build.\nReason was incompatibilities with `lib/vfscore`. This commit turns them back\nbecause the issues were solved in the meantime.\n\nSigned-off-by: Simon Kuenzer \nReviewed-by: Andra Paraschiv \nApproved-by: Razvan Deaconescu \nTested-by: Unikraft CI \nGitHub-Closes: #1","shortMessageHtmlLink":"Re-introduce elf_open(), elf_openmemory()"}},{"before":"7692de06a1141ea03f8f456ae84bfee31ac7e3f6","after":"e6f884eb7848553a3a67ea10882f76b677b57dd5","ref":"refs/heads/staging","pushedAt":"2023-05-07T13:01:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"unikraft-bot","name":"Unikraft Bot","path":"/unikraft-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69084907?s=80&v=4"},"commit":{"message":"Re-introduce `elf_open()`, `elf_openmemory()`\n\nCommit 7692de0 removed `elf_open()` and `elf_openmemory()` from the build.\nReason was incompatibilities with `lib/vfscore`. This commit turns them back\nbecause the issues were solved in the meantime.\n\nSigned-off-by: Simon Kuenzer \nReviewed-by: Andra Paraschiv \nApproved-by: Razvan Deaconescu \nTested-by: Unikraft CI \nGitHub-Closes: #1","shortMessageHtmlLink":"Re-introduce elf_open(), elf_openmemory()"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xMlQxNTowMzozMy4wMDAwMDBazwAAAAQvN7YY","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xMlQxNTowMzozMy4wMDAwMDBazwAAAAQvN7YY","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0wN1QxMzowMTo1Ny4wMDAwMDBazwAAAAMnsdnz"}},"title":"Activity ยท unikraft/lib-libelf"}