Bug#1015871: Enabling PCI_P2PDMA for distro kernels?

2023-10-25 Thread Lukas Wunner
On Wed, Oct 25, 2023 at 10:30:07AM -0600, Logan Gunthorpe wrote: > In addition to the above, P2PDMA transfers are only allowed by the > kernel for traffic that flows through certain host bridges that are > known to work. For AMD, all modern CPUs are on this list, but for Intel, > the list is very p

Bug#991896: New upstream version 2.1.0 available

2021-09-05 Thread Lukas Wunner
ine for me with kernel 5.13. >From 097f9f19a0b16c9fc04409c3077bc3382de96ded Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Sun, 5 Sep 2021 09:48:57 +0200 Subject: [PATCH] Update Debian packaging for 2.1.0 abigail 1.8 and newer is incompatible with the *.abi files shipped by upstream with

Bug#842534: libmodbus: new upstream release - 3.1.4

2018-05-09 Thread Lukas Wunner
since 3.1.4 as "3.1.5". diff -Naur debian.orig/changelog debian/changelog --- debian.orig/changelog 2016-11-30 23:19:15.0 +0100 +++ debian/changelog 2018-05-09 12:17:18.819724621 +0200 @@ -1,3 +1,9 @@ +libmodbus (3.1.4-1) unstable; urgency=medium + + * New upstream release + +

Bug#884922: Support cleartext signed InRelease files with CRLF line endings

2017-12-21 Thread Lukas Wunner
t;), hence using CRLF is legal even under the assumption that LF must be used. SplitClearSignedFile() is sidestepping this issue by not including \n in match strings. Do the same in StartsWithGPGClearTextSignature(). >From 6b1f71bebfd4abd8f450dfad1d4362f079672555 Mon Sep 17 00:00:00 2001 From: Luk

Bug#785419: Bug#855203: hwclock-set: Synchronize from hwclock despite systemd presence

2017-03-17 Thread Lukas Wunner
switch between sysvinit and systemd-udevd and get the same behavior without having to change their hwclock configuration or experiencing unpleasant surprises. On Tue, Feb 28, 2017 at 10:20:24PM +0100, Andreas Henriksson wrote: > On Mon, Feb 27, 2017 at 02:34:34PM +0100, Lukas Wunner wrote: >

Bug#855203: hwclock-set: Synchronize from hwclock despite systemd presence

2017-02-27 Thread Lukas Wunner
On Sun, Feb 26, 2017 at 07:56:06PM +0100, Andreas Henriksson wrote: > > But this doesn't work if the driver for the RTC is compiled as a module > > or if the kernel was compiled with CONFIG_RTC_HCTOSYS disabled. > > Second (easy) case first, if CONFIG_RTC_HCTOSYS is disabled then > I think we shou

Bug#855203: hwclock-set: Synchronize from hwclock despite systemd presence

2017-02-15 Thread Lukas Wunner
is patch was developed for and tested successfully on a Revolution Pi by Kunbus GmbH. Cc: Mathias Duckeck Cc: Phil Elwell Signed-off-by: Lukas Wunner --- debian/hwclock-set | 18 +- debian/hwclock.rules | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) >From 4820

Bug#851513: [zfs-announce] spl/zfs-0.6.5.9 released (fwd)

2017-02-04 Thread Lukas Wunner
Hi, in case anyone missed it, 0.6.5.9 is now finally out, which retrofits 4.9 support and also has a 4.10 compat fix. Perhaps it makes more sense to rebase on that rather than cherry-picking the 4.9 compat fixes onto 0.6.5.8? Upstream's release timing has been somewhat unfortunate this time arou

Bug#849969: [Pkg-zfsonlinux-devel] Bug#849969: root zpool broken on Debian stretch

2017-01-28 Thread Lukas Wunner
scripts should be moved to /usr/sbin in a debhelper override. (2) If the umask is set to 077 the build fails. Attached is a patch to fix this. I didn't notice this earlier as I changed my default umask only recently. Thanks, Lukas >From bd7090a913d1561971734060d38e60b1cb50e6e5 M

Bug#849969: root zpool broken on Debian stretch

2017-01-02 Thread Lukas Wunner
tes the need to specify the /lib/systemd/system/ path in debian/zfs-zed.install and debian/zfsutils-linux.install, so fix those up while at it. >From e8df3b2d9405ccf62cbb5ed848d94792a55ab1b8 Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Mon, 2 Jan 2017 19:13:47 +0100 Subject: [PATCH] zfs-drac

Bug#789597: Linux 4.1 compat

2015-06-22 Thread Lukas Wunner
Package: src:linux Version: < 4.1 Severity: wishlist Tags: patch Following up on #781910, here's a patch to update src:linux to 4.1. Pretty trivial this time but submitted nonetheless in the hope of saving others some time. Index: debian/patches/bugfix/all/firmware-remove-redundant-log-messages-

Bug#789269: Linux 4.1 compat

2015-06-19 Thread Lukas Wunner
0,0 +1,46 @@ +From 9dbbe6e7b533201668f5d1b72822ba0c8f68a071 Mon Sep 17 00:00:00 2001 +From: Lukas Wunner +Date: Thu, 18 Jun 2015 13:00:32 +0200 +Subject: [PATCH regression 4.0 -> 4.1] tools perf: Fix build breakage if + prefix= is specified +To: Jiri Olsa , +Arnaldo Carvalho de Melo +Cc: linux-ker...@vger.kernel.org + +I

Bug#778588: Linux 4.0 compat

2015-04-04 Thread Lukas Wunner
FWIW, the attached patch enables compatibility with 4.0. Same modification to genorig.py as in Luca Boccassi's patch, tools-perf-version.patch has changed once again and Makefile.kasan needs to be included, that's all. The perf-fix-building-error-in-x86_64.patch necessary for 3.19 is not needed w

Bug#781910: Linux 4.0 compat

2015-04-04 Thread Lukas Wunner
Package: src:linux Version: < 4.0 Severity: wishlist Tags: patch The attached patch updates debian/patches/* to 4.0. Works with rc6, rc5, rc4. Patches which have been merged into 4.0 have been removed from the series file (but not the tree), the remaining patches have been updated as necessary.

Bug#778849: Support restoring initrd on shutdown and pivoting into it

2015-02-20 Thread Lukas Wunner
Package: initramfs-tools Version: 0.118 Severity: wishlist Dracut, which provides linux-initramfs-tool and is thus an alternative to initramfs-tools, supports restoring the initrd on shutdown and pivoting into it: https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#_dracut_on_shutdown

Bug#769539: must "install" instead of "update" on first install

2014-11-21 Thread Lukas Wunner
Hi, > This is working as intended. I do not want to install gummiboot before > they had the chance to properly configure it, and it also introduces > other issues. Some users also may not want to install gummiboot to the > ESP at all, and just want the binary for a USB stick or similar. Fair enou

Bug#769539: must "install" instead of "update" on first install

2014-11-14 Thread Lukas Wunner
estions on why I did something one way or the other. Kind regards, Lukas >From 86049f859bbd5b90415c34cd8badd57a2b7b24bc Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Fri, 14 Nov 2014 12:41:11 +0100 Subject: [PATCH] Invoke gummiboot with "install" instead of "update" in postinst so that it

Bug#764393: dracut systemd units not installed

2014-10-07 Thread Lukas Wunner
Package: dracut Version: 038-2 Severity: important Tags: patch Dracut includes systemd units in /usr/lib/dracut/modules.d/98systemd/ which must be symlinked to /lib/systemd/system/. The Makefile takes care of that if $systemdsystemunitdir is set: http://anonscm.debian.org/cgit/collab-maint/dracut.

Bug#748286: cryptsetup: crypttab does not support truecrypt volumes

2014-09-18 Thread Lukas Wunner
Hi, this issue was reported in May but unfortunately TrueCrypt support is still broken. Maybe the maintainers were hesitant to apply your patch as it not only contains bugfixes but also introduces new features. Attached is a small patch which *only* fixes TrueCrypt support and does not contain an