Skip to content

Commit

Permalink
Update Linux version
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Aug 11, 2024
1 parent 645f513 commit 3f9ba92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ source:
pubkeys:
- keys/qemu/mdroth.asc
- keys/qemu/pbonzini.asc
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.200.tar.xz
signature: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.200.tar.sign
- url: https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.44.tar.xz
signature: https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.44.tar.sign
uncompress: true
pubkeys:
- keys/linux/greg.asc
Expand Down
2 changes: 1 addition & 1 deletion Makefile.vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QEMU_VERSION := 8.1.2
LINUX_VERSION := 5.10.200
LINUX_VERSION := 6.6.44
BUSYBOX_VERSION := 1.31.1
PULSEAUDIO_VERSION := 14.2
LIBUSB_VERSION := 1.0.23
1 change: 1 addition & 0 deletions linux/config/05-base
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_DEVTMPFS=y
CONFIG_TMPFS=y
CONFIG_PRINTK=y
CONFIG_BUG=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ index 27284a2dcd2b..cd063b3c6903 100644
+ * buffered data */
+ drv->init_termios.c_iflag = 0;
+ drv->init_termios.c_lflag &= ~(ISIG | ICANON);
drv->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_RESET_TERMIOS;
tty_set_operations(drv, &hvc_ops);

/* Always start the kthread because there can be hotplug vty adapters
--
2.17.2

2 changes: 1 addition & 1 deletion rpm_spec/xen-hvm-stubdom-linux.spec.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define QEMU_VERSION 8.1.2
%define LINUX_VERSION 5.10.200
%define LINUX_VERSION 6.6.44
%define BUSYBOX_VERSION 1.31.1
%define PULSEAUDIO_VERSION 14.2
%define LIBUSB_VERSION 1.0.23
Expand Down

0 comments on commit 3f9ba92

Please sign in to comment.