Re: 4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"

2018-07-26 Thread Dmitry Malkin
On 07/26/2018 04:50 PM, Kirill A. Shutemov wrote: 2. reading from memory which may be reserved in case of EFI systems:    ebda_start = *(unsigned short *)0x40e << 4;    bios_start = *(unsigned short *)0x413 << 10; Also, on EFI system without CSM it will results in all zeros. Which will plac

Re: 4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"

2018-07-26 Thread Dmitry Malkin
On 07/25/2018 11:21 PM, Kirill A. Shutemov wrote: On Wed, Jul 25, 2018 at 05:26:02PM +, Dmitry Malkin wrote: there may be some other reasons which may cause undefined behavior (reboot for example): in arch/x86/boot/compressed/pgtable_64.c in function paging_prepare(): 1. structure

Re: 4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"

2018-07-25 Thread Dmitry Malkin
there may be some other reasons which may cause undefined behavior (reboot for example): in arch/x86/boot/compressed/pgtable_64.c in function paging_prepare(): 1. structure "paging_config" allocated on stack without setting default value for flag "l5_required": >>struct paging_config paging_c

Re: [PATCH v3 04/12] usb: xhci: dbc: add support for Intel xHCI dbc quirk

2015-11-17 Thread Dmitry Malkin
your code? Also sending TS2 to the debug host port will either: - get dropped by its hub as unsupported upstream request, or - get ignored due to SS.Inactive port state Could you explain what exactly you workaround does at the low level? -- with best regards, Dmitry Malkin -- To unsubscribe from

Re: [PATCH v3 04/12] usb: xhci: dbc: add support for Intel xHCI dbc quirk

2015-11-13 Thread Dmitry Malkin
d by the debug host. This is the essence of the "hung port state" that I was able to observe. Note, that this roadblock doesn't appear if you attach the cable /after/ enabling the DCE bit, or, alternatively, if the host has DBC. And indeed, your quirk will work in the latter case, si

Re: [PATCH v3 04/12] usb: xhci: dbc: add support for Intel xHCI dbc quirk

2015-11-13 Thread Dmitry Malkin
d by the debug host. This is the essence of the "hung port state" that I was able to observe. Note, that this roadblock doesn't appear if you attach the cable /after/ enabling the DCE bit, or, alternatively, if the host has DBC. And indeed, your quirk will work in the latter case, sin

[DRM] drm_get_connector_name internal static string buffer

2014-03-24 Thread Dmitry Malkin
Hello guys, I've been playing with reloading intel gfx driver (i915) in a cycle, for a while, and at some point I've found a non-deterministic kernel crash with a highly-variable iteration dependency -- 2 to 200 driver reload iterations. The apparent race is over the shared internal string buff