Re: [REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes

2019-07-26 Thread Bernhard Held
On 26.07.19 at 22:24, Heiner Kallweit wrote: On 26.07.2019 22:16, Bernhard Held wrote: Hi Heiner, with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitte

[REGRESSION] 5.3-rc1: r8169: remove 1000/Half from supported modes

2019-07-26 Thread Bernhard Held
Hi Heiner, with commit a6851c613fd7 "r8169: remove 1000/Half from supported modes" my RTL8111B GB-link stops working. It thinks that it established a link, however nothing is actually transmitted. Setting the mode with `mii-tool -F 100baseTx-HD` establishes a successful connection. Reverting

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-29 Thread Bernhard Held
On 08/28/2017 at 06:56 PM, Nadav Amit wrote: Bernhard Held <berny...@gmx.de> wrote: On 08/27/2017 at 02:35 PM, Adam Borowski wrote: 4.13-rc5 retested fails Crashed only after two hours or so of testing. 4.13-rc4 apparently works It survived several hours of varied tests (like 5

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-29 Thread Bernhard Held
On 08/28/2017 at 06:56 PM, Nadav Amit wrote: Bernhard Held wrote: On 08/27/2017 at 02:35 PM, Adam Borowski wrote: 4.13-rc5 retested fails Crashed only after two hours or so of testing. 4.13-rc4 apparently works It survived several hours of varied tests (like 5 debian-installer runs, a win10

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-28 Thread Bernhard Held
On 08/28/2017 at 06:01 PM, Takashi Iwai wrote: On Mon, 28 Aug 2017 17:26:05 +0200, Bernhard Held wrote: I get crashes with Win10 in kvm Did you get the crash reliably? I've been struggling how to trigger it efficiently, but currently in vain. The memory pressure isn't a single key to trigger

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-28 Thread Bernhard Held
On 08/28/2017 at 06:01 PM, Takashi Iwai wrote: On Mon, 28 Aug 2017 17:26:05 +0200, Bernhard Held wrote: I get crashes with Win10 in kvm Did you get the crash reliably? I've been struggling how to trigger it efficiently, but currently in vain. The memory pressure isn't a single key to trigger

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-28 Thread Bernhard Held
On 08/27/2017 at 02:35 PM, Adam Borowski wrote: 4.13-rc5 retested fails Crashed only after two hours or so of testing. 4.13-rc4 apparently works It survived several hours of varied tests (like 5 debian-installer runs, a win10 point release upgrade, some hurd package building, openbsd, etc), all

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-28 Thread Bernhard Held
On 08/27/2017 at 02:35 PM, Adam Borowski wrote: 4.13-rc5 retested fails Crashed only after two hours or so of testing. 4.13-rc4 apparently works It survived several hours of varied tests (like 5 debian-installer runs, a win10 point release upgrade, some hurd package building, openbsd, etc), all

Re: [PATCH v2] X86: don't report PAT on CPUs that don't support it

2017-06-07 Thread Bernhard Held
On 06/07/2017 at 12:49 AM, Mikulas Patocka wrote: Hi Here I send the second version of the patch. It drops the change from boot_cpu_has(X86_FEATURE_PAT) to this_cpu_has(X86_FEATURE_PAT) (that caused kernel to be unbootable for some people). Another change is that setup_arch() calls

Re: [PATCH v2] X86: don't report PAT on CPUs that don't support it

2017-06-07 Thread Bernhard Held
On 06/07/2017 at 12:49 AM, Mikulas Patocka wrote: Hi Here I send the second version of the patch. It drops the change from boot_cpu_has(X86_FEATURE_PAT) to this_cpu_has(X86_FEATURE_PAT) (that caused kernel to be unbootable for some people). Another change is that setup_arch() calls

Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT

2017-05-30 Thread Bernhard Held
On 05/30/2017 at 07:59 PM, Mikulas Patocka wrote: On Tue, 30 May 2017, Dominik Brodowski wrote: Same boot problem here (Intel(R) Core(TM) i5-5200U CPU on a Dell XPS 13), git-bisected to the same patch... On Mon, May 29, 2017 at 06:50:57PM -0400, Mikulas Patocka wrote: Please do the

Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT

2017-05-30 Thread Bernhard Held
On 05/30/2017 at 07:59 PM, Mikulas Patocka wrote: On Tue, 30 May 2017, Dominik Brodowski wrote: Same boot problem here (Intel(R) Core(TM) i5-5200U CPU on a Dell XPS 13), git-bisected to the same patch... On Mon, May 29, 2017 at 06:50:57PM -0400, Mikulas Patocka wrote: Please do the

Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT

2017-05-28 Thread Bernhard Held
Hi, this patch breaks the boot of my kernel. The last message is "Booting the kernel.". My setup might be unusual: I'm running a Xenon E5450 (LGA 771) in a Gigbayte G33-DS3R board (LGA 775). The BIOS is patched with the microcode of the E5450 and recognizes the CPU. Please find below the dmesg

Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT

2017-05-28 Thread Bernhard Held
Hi, this patch breaks the boot of my kernel. The last message is "Booting the kernel.". My setup might be unusual: I'm running a Xenon E5450 (LGA 771) in a Gigbayte G33-DS3R board (LGA 775). The BIOS is patched with the microcode of the E5450 and recognizes the CPU. Please find below the dmesg

[PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

2016-11-30 Thread Bernhard Held
Add missing line to be able to make BBR the default congestion algorithm. Signed-off-by: Bernhard Held <berny...@gmx.de> --- net/ipv4/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 300b068..b54b3ca 100644 --- a/net/ipv4/Kconfig +++

[PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm

2016-11-30 Thread Bernhard Held
Add missing line to be able to make BBR the default congestion algorithm. Signed-off-by: Bernhard Held --- net/ipv4/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 300b068..b54b3ca 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig