Skip to content

Conversation

@HenryLin-vivo
Copy link
Contributor

No description provided.

@HenryLin-vivo
Copy link
Contributor Author

build_prs #307

@github-actions
Copy link

@github-actions
Copy link

❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/21397165264.

@HenryLin-vivo
Copy link
Contributor Author

build_prs #307

@github-actions
Copy link

@github-actions
Copy link

❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/21423279247.

@HenryLin-vivo
Copy link
Contributor Author

build_prs

@github-actions
Copy link

@github-actions
Copy link

❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/21423964116.

@HenryLin-vivo
Copy link
Contributor Author

build_prs

@github-actions
Copy link

@github-actions
Copy link

✅ All jobs completed successfully, see https://github.com/vivoblueos/kernel/actions/runs/21424293317.

let size_log2_ceil = core::cmp::max(Self::log2_ceil(size), Self::log2_ceil(align));
if size_log2_ceil <= MAX_SLAB_SHIFT {
size_log2_ceil.saturating_sub(MIN_SLAB_SHIFT)
let index = Self::SLAB_SIZES.partition_point(|index| index < &core::cmp::max(size, align));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider about Layout { size: 80, align: 64 }, cannot malloc from 96 block

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@HenryLin-vivo
Copy link
Contributor Author

build_prs

@github-actions
Copy link

@github-actions
Copy link

✅ All jobs completed successfully, see https://github.com/vivoblueos/kernel/actions/runs/21432054472.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants