{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":161376086,"defaultBranch":"master","name":"util-linux","ownerLogin":"jlinton","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-12-11T18:24:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1294586?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1681508291.0","currentOid":""},"activityList":{"items":[{"before":"0284eb3a8a6505dd9745b042089046ad368bfe74","after":"7a136d595f1b3b48128afdb9bd110a40aec771af","ref":"refs/heads/master","pushedAt":"2024-05-29T16:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"lscpu: New Arm Cortex part numbers\n\nArm has announced the Cortex-X925 and published the TRM here:\nhttps://developer.arm.com/documentation/102807/0001/?lang=en\n\nAs well as the Cortex-A725 with a TRM here:\nhttps://developer.arm.com/documentation/107652/0001/?lang=en\n\nSigned-off-by: Jeremy Linton ","shortMessageHtmlLink":"lscpu: New Arm Cortex part numbers"}},{"before":"f0cd1dadf82096d1944e71ed6e95b9322775384d","after":"0284eb3a8a6505dd9745b042089046ad368bfe74","ref":"refs/heads/master","pushedAt":"2024-05-29T16:16:56.000Z","pushType":"push","commitsCount":3182,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"Merge branch 'PR/libmount-exec-errors' of github.com:karelzak/util-linux-work\n\n* 'PR/libmount-exec-errors' of github.com:karelzak/util-linux-work:\n libmount: expose exec errors","shortMessageHtmlLink":"Merge branch 'PR/libmount-exec-errors' of github.com:karelzak/util-li…"}},{"before":"bef34414b6c226168d197ace923d3be36cb78945","after":"f8017377281659c0d4ad405b75baf1cd7788515b","ref":"refs/heads/correct_blkid_xfs_output","pushedAt":"2023-04-14T23:50:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"libblkid: Compute CRC with sb_crc zeroed\n\nThe Linux kernel computes the sb_crc by crcing the\nsuperblock with the CRC field set to 0. The code is\ntrying to avoid doing this in three separate CRC calls\nlike the kernel performs by simply zeroing the field\nand making a single call.\n\nExcept that the passed copy \"ondisk\" isn't the same\nas the returned copy \"csummed\" so the zeroing goes into\nthe wrong buffer. Meaning that the CRC is computed\nincorrectly. This results in blkid returning:\n\n/dev/sda4: PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nrather than:\n\n/dev/sda4: UUID=\"45b931b7-592a-46dc-9c33-d38d5901ec29\" BLOCK_SIZE=\"4096\" TYPE=\"xfs\" PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nWhich can result in lots of failures including boot\nfailures if XFS modules aren't placed into the initrd,\nor scripts/etc cannot determine the fs UUID.\n\nSigned-off-by: Jeremy Linton ","shortMessageHtmlLink":"libblkid: Compute CRC with sb_crc zeroed"}},{"before":"273227a31564a13113a312dbce36c6bbf25116ff","after":"bef34414b6c226168d197ace923d3be36cb78945","ref":"refs/heads/correct_blkid_xfs_output","pushedAt":"2023-04-14T23:36:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"libblkid: Compute CRC with sb_crc zeroed\n\nThe Linux kernel computes the sb_crc by crcing the\nsuperblock with the CRC field set to 0. The code is\ntrying to avoid doing this in three separate CRC calls\nlike the kernel performs by simply zeroing the field\nand making a single call.\n\nExcept that the passed copy \"ondisk\" isn't the same\nas the returned copy \"csummed\" so the zeroing goes into\nthe wrong buffer. Meaning that the CRC is computed\nincorrectly. This results in blkid returning:\n\n/dev/sda4: PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nrather than:\n\n/dev/sda4: UUID=\"45b931b7-592a-46dc-9c33-d38d5901ec29\" BLOCK_SIZE=\"4096\" TYPE=\"xfs\" PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nWhich can result in lots of failures including boot\nfailures if XFS modules aren't placed into the initrd,\nor scripts/etc cannot determine the fs UUID.\n\nSigned-off-by: Jeremy Linton ","shortMessageHtmlLink":"libblkid: Compute CRC with sb_crc zeroed"}},{"before":"27c23eaf9329e75b9f76b1ffd5c048f97629c4eb","after":"273227a31564a13113a312dbce36c6bbf25116ff","ref":"refs/heads/correct_blkid_xfs_output","pushedAt":"2023-04-14T23:26:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"libblkid: Compute CRC with sb_crc zeroed\n\nThe Linux kernel computes the sb_crc by crcing the\nsuperblock with the CRC field set to 0. The code is\ntrying to avoid doing this in three separate CRC calls\nlike the kernel performs by simply zeroing the field\nand making a single call.\n\nExcept that the passed copy \"ondisk\" isn't the same\nas the returned copy \"csummed\" so the zeroing goes into\nthe wrong buffer. Meaning that the CRC is computed\nincorrectly. This results in blkid returning:\n\n/dev/sda4: PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nrather than:\n\n/dev/sda4: UUID=\"45b931b7-592a-46dc-9c33-d38d5901ec29\" BLOCK_SIZE=\"4096\" TYPE=\"xfs\" PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nWhich can result in lots of failures including boot\nfailures if XFS modules aren't placed into the initrd,\nor scripts/etc cannot determine the fs UUID.\n\nSigned-off-by: Jeremy Linton ","shortMessageHtmlLink":"libblkid: Compute CRC with sb_crc zeroed"}},{"before":null,"after":"27c23eaf9329e75b9f76b1ffd5c048f97629c4eb","ref":"refs/heads/correct_blkid_xfs_output","pushedAt":"2023-04-14T21:38:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jlinton","name":"Jeremy Linton","path":"/jlinton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1294586?s=80&v=4"},"commit":{"message":"libblkid: Compute CRC with sb_crc zeroed\n\nThe Linux kernel computes the sb_crc by crcing the\nsuperblock with the CRC field set to 0. The code is\ntrying to avoid doing this in three separate CRC calls\nlike the kernel performs by simply zeroing the field\nand making a single call.\n\nExcept that the passed copy \"ondisk\" isn't the same\nas the returned copy \"csummed\" so the zeroing goes into\nthe wrong buffer. Meaning that the CRC is computed\nincorrectly. This results in blkid returning:\n\n/dev/sda4: PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nrather than:\n\n/dev/sda4: UUID=\"45b931b7-592a-46dc-9c33-d38d5901ec29\" BLOCK_SIZE=\"4096\" TYPE=\"xfs\" PARTUUID=\"2f162043-63c2-d145-869b-e53f9db57476\"\n\nWhich can result in lots of failures including boot\nfailures if XFS modules aren't placed into the initrd,\nor scripts/etc cannot determine the fs UUID.\n\nSigned-off-by: Jeremy Linton ","shortMessageHtmlLink":"libblkid: Compute CRC with sb_crc zeroed"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVykzPQA","startCursor":null,"endCursor":null}},"title":"Activity · jlinton/util-linux"}