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

[PATCH] kbuild: Cross-compile binaries to build modules on target

2020-08-06 Thread Lukas Wunner
r building external modules. Signed-off-by: Lukas Wunner --- Documentation/kbuild/kbuild.rst| 9 Documentation/kbuild/makefiles.rst | 15 ++ Makefile | 23 - scripts/Makefile | 3 ++ scripts/Makefile.build | 7 +

Re: [PATCH v2] Update to 4.11-rc6

2017-04-20 Thread Lukas Wunner
On Thu, Apr 20, 2017 at 12:54:39AM +0100, Ben Hutchings wrote: > On Wed, 2017-04-19 at 11:30 +0200, Lukas Wunner wrote: > > Remove merged patches and rebase remaining patches. > > > > A portion of the secureboot patches have been upstreamed, but were > > changed

[PATCH v2] Update to 4.11-rc6

2017-04-19 Thread Lukas Wunner
ff-by: Lukas Wunner --- v2: Fix up acpi-disable-acpi-table-override-if-securelevel-is-s.patch debian/changelog | 6 + ...-busy-polling-mode-when-GPE-is-not-enable.patch | 167 - ...emove-redundant-log-messages-from-drivers.patch

[PATCH] Update to 4.11-rc6

2017-04-17 Thread Lukas Wunner
ff-by: Lukas Wunner --- Just putting this out there in the hope of sparing others the hassle. This is on top of the master branch. debian/changelog | 6 + ...-busy-polling-mode-when-GPE-is-not-enable.patch | 167 - ...emove-redundant-log-mes

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: >

Linux 4.6 kernel package fixes

2016-05-04 Thread Lukas Wunner
kdep/Makefile, ln -s fails for liblockdep.so because the symlink already exists. Either this should be ln -sf or the command is superfluous. About this issue I mentioned in my Linux 4.5 e-mail in February: On Thu, Feb 25, 2016 at 09:41:28PM +, Ben Hutchings wrote: > On Thu, 2016-02-25 at 16

Linux 4.5 kernel package fixes

2016-02-25 Thread Lukas Wunner
Hi Ben, I've hit a few issues while upgrading kernel packages to 4.5 and wanted to give a quick heads-up. In linux-tools, the following is needed lest dkms packages won't build: diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile index 8d97087..b2e2cd3 100644 --- a/de

Re: [PATCH 1/3] perf tests: Add testing for Makefile.perf

2015-06-23 Thread Lukas Wunner
Hi everyone, On Tue, Jun 23, 2015 at 01:09:12PM +0200, Jiri Olsa wrote: > On Tue, Jun 23, 2015 at 09:44:23AM +0200, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > On Mon, Jun 22, 2015 at 04:48:54PM +0200, Ingo Molnar wrote: > > > > (off list, Arnaldo Cc:-ed) > > > > * Jiri Olsa wrote: > > > > >

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