{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":68936983,"defaultBranch":"master","name":"rdma-core","ownerLogin":"rleon","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2016-09-22T15:50:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/450832?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707134376.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"fcc5a064846856636c33e70b1087db96838b1ba0","ref":"refs/heads/fix-unittest","pushedAt":"2024-02-05T11:59:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"tests: Fix runtime error in python 3.12\n\ntests (unittest.loader._FailedTest.tests) ... ERROR\n\n======================================================================\nERROR: tests (unittest.loader._FailedTest.tests)\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"/home/leonro/src/rdma-core/tests/__init__.py\", line 43, in load_tests\n standard_tests.addTests(loader.loadTestsFromModule(mod, pattern))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: TestLoader.loadTestsFromModule() takes 2 positional arguments but 3 were given\n\n----------------------------------------------------------------------\nRan 1 test in 0.002s\n\nFAILED (errors=1)\n\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"tests: Fix runtime error in python 3.12"}},{"before":null,"after":"17e36fb64ff7e4ad896d9431b3508cb929c9a803","ref":"refs/heads/update-to-fc39","pushedAt":"2023-11-15T13:16:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"cbuild: Update to Fedora 39\n\nUse latest Fedora release\n\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"cbuild: Update to Fedora 39"}},{"before":"6b0fbf3164bfa425423e5dc414429df62d581680","after":"826fa233c5a75822dd3be2f9f52da9bf0e8c73f0","ref":"refs/heads/export-symbols","pushedAt":"2023-08-03T17:42:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"librmdacm: Remove not exported symbols from linker map\n\nrdma_get_local_addr and rdma_get_peer_addr are not exported\nas they are static inline, remove them from the version script.\n\nFixes: 01e93a48bd86 (\"rdmacm: Flatten librdmacm/src,include into librdmacm/\")\nSigned-off-by: Konstantin Belousov \nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"librmdacm: Remove not exported symbols from linker map"}},{"before":null,"after":"6b0fbf3164bfa425423e5dc414429df62d581680","ref":"refs/heads/export-symbols","pushedAt":"2023-08-03T10:19:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"librmdacm: Remove not exported symbols from linker map\n\nrdma_get_local_addr and rdma_get_peer_addr are not exported\nas they are static inline, remove them from the version script.\n\nSigned-off-by: Konstantin Belousov \nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"librmdacm: Remove not exported symbols from linker map"}},{"before":"566f2e744704fd6c3faacd2153fe593e41d620a7","after":"af403a74eccd553d6d196248731c9c38a2581b29","ref":"refs/heads/move-to-fc38","pushedAt":"2023-07-18T14:10:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"cbuild: Update to Fedora 38\n\nUse latest Fedora release\n\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"cbuild: Update to Fedora 38"}},{"before":"dd4b9f36393a25c6dfe04f52c28aa43eeb954dd6","after":"9e5ccbfdd208a1b8a9697a262d4a7246ad0c1f38","ref":"refs/heads/ml","pushedAt":"2023-07-05T07:17:26.000Z","pushType":"push","commitsCount":379,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"verbs: fix compilation warning with C++20\n\nOur customer reported the below warning whe using Clang v16.0.4 and C++20,\non a code that includes the header \"/usr/include/infiniband/verbs.h\":\n\nerror: bitwise operation between different enumeration types ('ibv_access_flags' and\n'ib_uverbs_access_flags') is deprecated [-Werror,-Wdeprecated-enum-enum-conversion]\n mem->mr = ibv_reg_mr(dev->pd, (void*)start, len, IBV_ACCESS_LOCAL_WRITE);\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/usr/include/infiniband/verbs.h:2514:19: note: expanded from macro 'ibv_reg_mr'\n ((access) & IBV_ACCESS_OPTIONAL_RANGE) == 0))\n ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n1 error generated.\n\nAccording to the article \"Clang 11 warning: Bitwise operation between different\nenumeration types is deprecated\":\n\nC++20's P1120R0 deprecated bitwise operations between different enums. Such code is\nlikely to become ill-formed in C++23. Clang 11 warns about such cases. It should be fixed.\n\nReported-by: Rogerio Moraes \nSigned-off-by: Daniel Vacek \nLink: https://lore.kernel.org/r/20230613131931.738436-1-neelx@redhat.com\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"verbs: fix compilation warning with C++20"}},{"before":"75ca7bb34e59891cfd48b0144f65877fa15b832a","after":"566f2e744704fd6c3faacd2153fe593e41d620a7","ref":"refs/heads/move-to-fc38","pushedAt":"2023-05-09T13:33:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"cbuild: Update to Fedora 38\n\nUse latest Fedora release\n\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"cbuild: Update to Fedora 38"}},{"before":null,"after":"75ca7bb34e59891cfd48b0144f65877fa15b832a","ref":"refs/heads/move-to-fc38","pushedAt":"2023-05-09T13:10:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rleon","name":"Leon Romanovsky","path":"/rleon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/450832?s=80&v=4"},"commit":{"message":"cbuild: Update to Fedora 38\n\nUse latest Fedora release\n\nSigned-off-by: Leon Romanovsky ","shortMessageHtmlLink":"cbuild: Update to Fedora 38"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD8jUkUQA","startCursor":null,"endCursor":null}},"title":"Activity ยท rleon/rdma-core"}