[PATCH] [TEST 0/1] Test with random patches
[email protected] Sun, 12 Apr 2026 14:12:54 +0800
| Newsgroups | gmane.linux.newbie |
|---|---|
| Message-ID | <[email protected]> |
From: jw910731 <[email protected]> Test message with some random untested patch. jw910731 (1): [WIP] Try compile linux on macOS with the help of nix flake.lock | 82 ++++++++++++++++++++++++++++++++ flake.nix | 43 +++++++++++++++++ scripts/Kconfig.include | 2 +- scripts/install.sh | 2 +- scripts/macos-include/byteswap.h | 4 ++ scripts/macos-include/elf.h | 24 ++++++++++ scripts/macos-include/endian.h | 8 ++++ scripts/mod/file2alias.c | 3 ++ usr/gen_init_cpio.c | 4 +- 9 files changed, 168 insertions(+), 4 deletions(-) create mode 100644 flake.lock create mode 100644 flake.nix create mode 100644 scripts/macos-include/byteswap.h create mode 100644 scripts/macos-include/elf.h create mode 100644 scripts/macos-include/endian.h -- 2.51.2