Displaying 4 results from an estimated 4 matches for "gf8f6787159e".
2019 Apr 04
1
[PATCH] drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definition
...ove it there from drivers/acpi/acpi_video.c .
- * This should be dropped once that is merged.
- */
-#ifndef ACPI_VIDEO_NOTIFY_PROBE
-#define ACPI_VIDEO_NOTIFY_PROBE 0x81
-#endif
-
static int
nouveau_display_acpi_ntfy(struct notifier_block *nb, unsigned long val,
void *data)
--
2.21.0.392.gf8f6787159e-goog
2019 Apr 18
1
[PATCH] Allow the initramfs to be persisted across root changes
.../series b/debian/patches/series
index f13f4631..5be39790 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
resume-backward-compatibility-for-resume_offset.patch
klibc-klcc-enable-stripping-even-if-config_debug_inf.patch
+run-init-allow-initramfs-persist
--
2.21.0.392.gf8f6787159e-goog
2019 Apr 18
0
[PATCH] Allow the initramfs to be persisted across root changes
..."nuking initramfs contents";
+ if (!persist_initramfs) {
+ /* Delete rootfs contents */
+ if (nuke_dir("/"))
+ return "nuking initramfs contents";
+ }
/* Overmount the root */
if (mount(".", "/", NULL, MS_MOVE, NULL))
--
2.21.0.392.gf8f6787159e-goog
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
....c
create mode 100644 include/uapi/linux/virtwl.h
create mode 100644 tools/forward/Makefile
create mode 100644 tools/forward/README
create mode 100644 tools/forward/qemu.diff
create mode 100644 tools/forward/wayland-proxy-main.c
create mode 100644 tools/forward/wayland-proxy.c
--
2.21.0.392.gf8f6787159e-goog