
firoyang
Beijing
Setup A Linux Cross Referencer for SUSE kernels
a project by tdz
Project Description
There's Elixir for browsing mainline Linux releases. We should set up a similar system for SUSE kernel releases.
early stage kdump support
a project by mbrugger
Project Description
When we experience a early boot crash, we are not able to analyze the kernel dump, as user-space wasn't able to load the crash system. The idea is to make the crash system compiled into the host kernel (think of initramfs) so that we can create a kernel dump really early in the boot process.
Modular kernel packaging
a project by mwilck
Project Description
Create a PoC for a modular packaged kernel. This means:
generic zswap dedup
a project by ailiopoulos
Project Description
zswap [1] is a linux kernel component that provides in-memory compression for swap pages. It already provides a limited form of deduplication: if a page is filled with the same value (e.g. all-zeroes) then only that value is kept instead of compressing the contents.
Poking technologies for enrolling customer key to kernel trusted keyring
a project by joeyli
Project Description
The keys in db or mok can be used to verify boot loader and kernel binary for booting. But upstream kernel doesn't trust them for enrolling to trusted keyring because they are enrolled outside the boundaries of kernel. Which means that IMA can not use db/mok keys for verification.
Rust in linux kernel
a project by dsterba
Project Description
Rust language is on the way to enter linux kernel, use this hackweek to explore and learn what this could bring us (or not).
mac80211_hwsim tool
a project by cfconrad
Project Description
Write a userland tool, to utilize the netlink interface of the of the mac80211_hwsim kernel driver.
Nanos Unikernel
an idea by rpalethorpe
Project Description
Nanos is a "unikernel" providing a subset of Linux kernel features. It only allows a single process to run, but has multiple threads. It maintains the kernel-land to user-land boundary unlike other unikernels (so perhaps isn't strictly a unikernel).
Looking for projects around:
kernelActivity