search for: 47591df50

Displaying 6 results from an estimated 6 matches for "47591df50".

2015 Mar 03
2
[Xen-devel] kasan_map_early_shadow() on Xen
...s because of redefinition of MAX_PHYSMEM_BITS which we provide on Xen set to 43 for some reason (can't find that justification), so it doesn't use the default 46 that would be used otherwise. But another reason seems to be the lack of forward porting yet PAT support for PV domains -- commit 47591df50 upstream which requires us to still have the union on the pte_t, and I suppose we need ca15f20f as well... If there is nothing else I suppose this just requires fixing up at SUSE's end for SPARSEMEM_VMEMMAP... --- ./arch/x86/include/asm/pgtable_64_types.h 2015-03-02 13:35:49.885257763 -0800...
2015 Mar 03
2
[Xen-devel] kasan_map_early_shadow() on Xen
...s because of redefinition of MAX_PHYSMEM_BITS which we provide on Xen set to 43 for some reason (can't find that justification), so it doesn't use the default 46 that would be used otherwise. But another reason seems to be the lack of forward porting yet PAT support for PV domains -- commit 47591df50 upstream which requires us to still have the union on the pte_t, and I suppose we need ca15f20f as well... If there is nothing else I suppose this just requires fixing up at SUSE's end for SPARSEMEM_VMEMMAP... --- ./arch/x86/include/asm/pgtable_64_types.h 2015-03-02 13:35:49.885257763 -0800...
2015 Mar 04
0
[Xen-devel] kasan_map_early_shadow() on Xen
...ition of MAX_PHYSMEM_BITS which we provide on Xen > set to 43 for some reason (can't find that justification), so it > doesn't use the default 46 that would be used otherwise. But another > reason seems to be the lack of forward porting yet PAT support for PV > domains -- commit 47591df50 upstream which requires us to still have > the union on the pte_t, and I suppose we need ca15f20f as well... > > If there is nothing else I suppose this just requires fixing up at > SUSE's end for SPARSEMEM_VMEMMAP... The SUSE kernel has several patches renaming/altering Xen-relate...
2015 Mar 04
0
[Xen-devel] kasan_map_early_shadow() on Xen
...SMEM_BITS which we provide on Xen >> set to 43 for some reason (can't find that justification), so it >> doesn't use the default 46 that would be used otherwise. But another >> reason seems to be the lack of forward porting yet PAT support for PV >> domains -- commit 47591df50 upstream which requires us to still have >> the union on the pte_t, and I suppose we need ca15f20f as well... >> >> If there is nothing else I suppose this just requires fixing up at >> SUSE's end for SPARSEMEM_VMEMMAP... > > The SUSE kernel has several patches re...
2015 Mar 03
5
kasan_map_early_shadow() on Xen
Andrey, I believe that on Xen we should disable kasan, would like confirmation from someone on xen-devel though. Here's the thing though -- if true -- I'd like to do it *properly*, where *properly* means addressing a bit of architecture. A simple Kconfig slap seems rather reactive. I'd like to address a way to properly ensure we don't run into this and other similar issues in the
2015 Mar 03
5
kasan_map_early_shadow() on Xen
Andrey, I believe that on Xen we should disable kasan, would like confirmation from someone on xen-devel though. Here's the thing though -- if true -- I'd like to do it *properly*, where *properly* means addressing a bit of architecture. A simple Kconfig slap seems rather reactive. I'd like to address a way to properly ensure we don't run into this and other similar issues in the