Skip to content

Conversation

@r-birkner
Copy link
Contributor

@r-birkner r-birkner commented Nov 13, 2025

adding megaraid_sas to support:

*-raid
       description: RAID bus controller
       product: MegaRAID 12GSAS/PCIe Secure SAS39xx
       vendor: Broadcom / LSI
       physical id: 0
       bus info: pci@0000:64:00.0
       logical name: scsi0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: raid pm msi pciexpress msix bus_master

@github-actions github-actions bot added the chore label Nov 13, 2025
@r-birkner r-birkner added the CI_ALL_BAZEL_TARGETS Runs all bazel targets and uploads them to S3 label Nov 13, 2025
@Bownairo
Copy link
Contributor

Confirmed that the modules make it to the bazel build //ic-os/hostos/envs/prod image.

.
└── modules
    └── 6.14.0-35-generic
        └── kernel
            ├── arch
            │   └── x86
            │       └── kernel
            │           └── msr.ko.zst
            ├── crypto
            │   ├── async_tx
            │   │   ├── async_memcpy.ko.zst
            │   │   ├── async_pq.ko.zst
            │   │   ├── async_raid6_recov.ko.zst
            │   │   ├── async_tx.ko.zst
            │   │   └── async_xor.ko.zst
            │   └── xor.ko.zst
            ├── drivers
            │   ├── ata
            │   │   ├── ahci.ko.zst
            │   │   └── libahci.ko.zst
            │   ├── input
            │   │   └── mouse
            │   │       └── psmouse.ko.zst
            │   ├── md
            │   │   ├── dm-bufio.ko.zst
            │   │   ├── dm-log.ko.zst
            │   │   ├── dm-mirror.ko.zst
            │   │   ├── dm-raid.ko.zst
            │   │   ├── dm-region-hash.ko.zst
            │   │   ├── dm-snapshot.ko.zst
            │   │   ├── raid0.ko.zst
            │   │   ├── raid10.ko.zst
            │   │   ├── raid1.ko.zst
            │   │   └── raid456.ko.zst
            │   ├── nvme
            │   │   ├── common
            │   │   │   └── nvme-auth.ko.zst
            │   │   └── host
            │   │       ├── nvme-core.ko.zst
            │   │       └── nvme.ko.zst
            │   ├── pci
            │   │   └── controller
            │   │       └── vmd.ko.zst
            │   └── scsi
            │       └── megaraid
            │           └── megaraid_sas.ko.zst
            └── lib
                └── raid6
                    └── raid6_pq.ko.zst

@r-birkner r-birkner force-pushed the rjb/add-module-for-hp-raidcontroller branch from b4274b4 to f20266f Compare November 14, 2025 14:03
@r-birkner r-birkner changed the title chore: test chore: module to add support raid controller of HP gen2 machines Nov 14, 2025
@r-birkner r-birkner marked this pull request as ready for review November 14, 2025 14:04
@r-birkner r-birkner requested a review from a team as a code owner November 14, 2025 14:04
@github-actions github-actions bot added the @node label Nov 14, 2025
@r-birkner r-birkner enabled auto-merge November 14, 2025 14:13
@r-birkner r-birkner added this pull request to the merge queue Nov 14, 2025
Merged via the queue into master with commit 5124f4b Nov 14, 2025
42 checks passed
@r-birkner r-birkner deleted the rjb/add-module-for-hp-raidcontroller branch November 14, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore CI_ALL_BAZEL_TARGETS Runs all bazel targets and uploads them to S3 @node

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants