-
**Describe the bug**
Incorrectly detects kernel on disk and current on systems with multiple kernel versions.
**Version**
- Distribution CentOS Linux release 7.8.2003 (Core)
- Lynis version 3.…
-
This might be related to why Talos is not working with Devspace.sh, but it might a different issue. I'm not sure. There is something wrong with the way memory is being handled in the boot kernel. When…
-
raw_frame is a pointer to a flexible structure (a structure that contains a trailing flexible-array member). Use the flexible-array member as destination in memcpy(), explicitly.
```
drivers/media…
-
Hi all. While I know this isn’t an issue I don’t know where else to ask this.
I am currently developing a Kafka application to stream live stock trading prices in real time. Most of the project is…
-
Replace one-element array with flexible-array member in fs/dlm/dlm_internal.h
```
551 /*
552 * The max number of resources per rsbtbl bucket that shrink will attempt
553 * to remove in each iter…
-
Hello @nickdesaulniers, @nathanchance
Could you review this patch? Not submitted yet, what do you think?
```patch
From e7b1c9380ded1e5386c4003d27c73f9de4b72953 Mon Sep 17 00:00:00 2001
From: A…
-
Most of our mitigations are switchable at runtime through debugfs, but there's [prctl()s for them too](https://www.kernel.org/doc/Documentation/userspace-api/spec_ctrl.rst) that we could wire up to en…
-
Right now, it is impossible to safely operate on a block or character device without a post-open check that it is the intended one. Lots of userspace software does not do such checks and so is subjec…
-
Update checkpatch.pl to check for instances of kvzalloc()/kvmalloc() that could be replaced with their 2-factor multiplication argument form kvcalloc()/kvmalloc_array(). So, they can be caught before…
-
Hi. This repository has been incredibly useful to me as of late. I’m trying to do the following: create a COPR repository for example such that it takes the kernel configuration from Fedora’s latest k…