Skip to content

Conversation

@zhanghe-vivo
Copy link
Contributor

No description provided.

@zhanghe-vivo
Copy link
Contributor Author

now , is_in_irq used by many mod, but in many target, the interrupt handler not respect this context, attemp to fixed in related target

@zhanghe-vivo
Copy link
Contributor Author

has probability in to deadlock for case 'test_socket_file'

@zhanghe-vivo
Copy link
Contributor Author

build_prs #275

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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

@zhanghe-vivo
Copy link
Contributor Author

build_prs #275

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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

@zhanghe-vivo
Copy link
Contributor Author

build_prs #275

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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

@zhanghe-vivo
Copy link
Contributor Author

build_prs #275

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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

@zhanghe-vivo
Copy link
Contributor Author

build_prs #275

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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


#[no_mangle]
pub unsafe extern "C" fn uart0_handler() {
let _trace = IrqTrace::new(IrqNumber::new(37));
Copy link
Contributor

Choose a reason for hiding this comment

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

Do not hard code this number.

pub extern "C" fn handle_tick_increment() {
let _guard = DisableInterruptGuard::new();
// riscv has its own irq trace in riscv.rs
#[cfg(not(any(target_board = "qemu_riscv64", target_board = "qemu_riscv32")))]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should wrap handle_tick_increment in a arch/board specific function.

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.

2 participants