Git stochastic bisection

a project by jankara

Bisection is a well known method of localizing which commit caused a regression in a code repository. git-bisect is a particularly used tool for this problem in git repositories. However it is often the case that the failure is probabilistic in nature - either because we don't have a reliable reproducer of the failure and thus not reproducing a problem on a particular commit does not mean the problem is not still present there, or because of inherent variability of e.g. performance regressions. Bisection for such failures is problematic as it takes only one false result for the bisection to end up in an unrelated part of code history. So in these cases we usually have to heavily extend runtime of a reproducer or do multiple test runs or multiple bisection runs to minimize a chance of error.

Updated over 4 years ago. 3 hacker ♥️. 1 follower.

Reading SLES15 "Security and Hardening Guide"

an idea by llzhao

Updated about 3 years ago. 3 hacker ♥️. 1 follower. Has no hacker: grab it!

Improve Qualcomm SOC msm8994/msm8992 kernel mainline support

a project by pvorel

Project Description

Updated over 2 years ago. 3 hacker ♥️. 2 followers.

Rust in linux kernel

an invention by dsterba

Updated over 1 year ago. 3 hacker ♥️. 1 follower.

MIDI2-based Mixer API for ALSA

a project by ismaell

Description

MIDI supports volume control, so why not use that for ALSA?

Updated 8 months ago. 3 hacker ♥️. 4 followers.

Add github and/or gitlab support to Zuul

an idea by aspiers

UPDATE: it turns out that people upstream are already working on this, so the idea would be to join that work.

Updated over 6 years ago. 3 hacker ♥️. Has no hacker: grab it!

UEFI Capsule Update Channel for Minnowboard

a project by gary_lin

Minnowboard is the platform for UEFI development and supports UEFI capsule update since 0.99, and we are supposed to be able to test the feature with fwupd. However, there is no capsule file in fwupd.org or the official firmware download site. Besides, the Minnowboard firmware source in the current edk2/edk2-platforms git couldn't build due to the recent change of directories. My goal is to rebase the Minnowboard build system to the current git master and create a working up-to-date firmware. Signing the firmware properly would be a plus so that we can apply a private repo in fwupd.org for the development or QA testing.

Updated over 5 years ago. 3 hacker ♥️. 1 follower.

Linux kernel networking: Improving qdisc hierarchies

a project by jkosina

    jikos:~ # tc qdisc show
Updated over 6 years ago. 3 hacker ♥️.

zypper-docker reloaded

a project by mssola

The aim of this project is to finish up the work already done in previous editions of Hackweek in regards to zypper-docker. That being:

Updated over 6 years ago. 3 hacker ♥️.

OBS Project Monitor page redesign

a project by vpereirabr

Exactly what problem will this solve?

Updated 12 months ago. 3 hacker ♥️. 2 followers.