| 30 Nov 2024 |
p14 | And confirmed that it produces the same executable as output. | 12:50:34 |
p14 | Is enabling ipv6 in rsync a change to target staging, or master? | 12:51:05 |
raboof | depends on the number of rebuilds, I'd target master and wait for ofborg to tell you | 12:52:56 |
p14 | Fix: https://github.com/NixOS/nixpkgs/pull/360414
I'll leave it as draft until the checkers are happy. | 12:58:38 |
raboof | ofborg confirms it should target staging :) | 14:05:07 |
| @midirhee12:tchncs.de joined the room. | 18:58:04 |
| @midirhee12:tchncs.de left the room. | 18:59:41 |
| 1 Dec 2024 |
| shawn8901 left the room. | 00:08:09 |
| shawn8901 joined the room. | 00:11:07 |
| 2 Dec 2024 |
| dish [Fox/It/She] changed their profile picture. | 19:59:07 |
| 3 Dec 2024 |
| femsci joined the room. | 05:01:10 |
| @statecode47:unredacted.org joined the room. | 15:40:54 |
@statecode47:unredacted.org | Does anyone here know how to remove the signature from ARM64 Linux kernel images so that two kernel images (official and reproduced) can be compared by diffoscope without the signatures differing?
Sad that I can't find anything regarding removing signatures from ARM64 Linux kernel images, and they are probably nothing like the x86_64 Linux kernel EFI images. I am not familiar with ARM64 Linux kernels at all.
Its file type is Linux kernel ARM64 boot executable Image, little-endian, 4K pages.
| 15:42:10 |
Moritz Sanft | Module signatures, or which signatures do these have exactly? | 15:43:18 |
@statecode47:unredacted.org | In reply to @msanft:matrix.org Module signatures, or which signatures do these have exactly? For the *.ko modules, I successfully removed their signatures with strip, since the modules are simply ELF.
But the ARM64 kernel boot Image itself is more challenging and I really don't know how to remove the signatures before being able to compare the images.
| 15:45:53 |
Moritz Sanft | In reply to@statecode47:unredacted.org
For the *.ko modules, I successfully removed their signatures with strip, since the modules are simply ELF.
But the ARM64 kernel boot Image itself is more challenging and I really don't know how to remove the signatures before being able to compare the images.
You can also specify CONFIG_MODULE_SIG=n for that | 15:46:31 |