Re: [PATCH] BPF: use uint16_t for code and uint32_t for k
Samuel Thibault <[email protected]> Fri, 12 Jun 2026 01:46:54 +0200
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Organization | I am not organized |
| Message-ID | <aitI7vl_bPgwvnow@end> |
Hello, Roy Marples, le jeu. 11 juin 2026 10:09:41 +0100, a ecrit: > This aligns with all other BPF implementations because BPF is 32-bit. > While here, use uint8_t for jt and jf for consistency. While at it, please also convert the rest of the header, otherwise it will look odd to the next reader. Samuel