RE: [PATCH 4.3 23/71] net: thunder: Check for driver data in nicvf_remove()

2015-12-14 Thread Pavel Fedin
administrative rules always have priority. So let it just be this way. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.o

RE: [PATCH 4.3 23/71] net: thunder: Check for driver data in nicvf_remove()

2015-12-13 Thread Pavel Fedin
regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia > -Original Message- > From: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org] > Sent: Saturday, December 12, 2015 11:06 PM > To: linux-ker...@vger.kernel.org > Cc: Greg Kroah-Hartman; stabl

RE: [PATCH] KVM: arm/arm64: Revert to old way of checking for device mapping in stage2_flush_ptes().

2015-12-03 Thread Pavel Fedin
; But it is cc'd to stable, so unless it is going to be nacked at review > stage, any subsequent fixes should also be cc'd. Sorry guys for messing things up a bit, but the affected commit actually is in stable branch (4.4-rc3), so i decided to Cc: stable, just in case, because the break

RE: [PATCH] KVM: arm/arm64: Revert to old way of checking for device mapping in stage2_flush_ptes().

2015-12-03 Thread Pavel Fedin
y ARM64 too, just in case. I was about to finish the testing and send the patch in maybe one or two hours. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH] KVM: arm/arm64: Revert to old way of checking for device mapping in stage2_flush_ptes().

2015-12-02 Thread Pavel Fedin
r), and it still works fine there. > And instead of reverting, could we fix this properly instead? Of course, i'm not against alternate approaches, feel free to. I've just suggested what i could, to fix things quickly. I'm indeed no expert in KVM memory management yet. After all,

[PATCH] KVM: arm/arm64: Revert to old way of checking for device mapping in stage2_flush_ptes().

2015-12-01 Thread Pavel Fedin
Samsung proprietary hardware. Cc: stable@vger.kernel.org Fixes: e6fab5442345 ("ARM/arm64: KVM: test properly for a PTE's uncachedness") Signed-off-by: Pavel Fedin --- arch/arm/kvm/mmu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/kvm/mmu.c b/arc

[PATCH v2 RESEND] ARM: exynos: Bring back reboot on Exynos5410

2015-10-29 Thread Pavel Fedin
s okay for the code to have empty struct exynos_pmu_data, in this case only minimal support is enabled. This is enough for SWRESET to work. Signed-off-by: Pavel Fedin Reviewed-by: Krzysztof Kozlowski Cc: Fixes: 8cfc7fdd3308 ("ARM: EXYNOS: move restart code into pmu driver") --- v1 =

[PATCH v2] ARM: exynos: Bring back reboot on Exynos5410

2015-10-29 Thread Pavel Fedin
s okay for the code to have empty struct exynos_pmu_data, in this case only minimal support is enabled. This is enough for SWRESET to work. Signed-off-by: Pavel Fedin Reviewed-by: Krzysztof Kozlowski Fixes: 8cfc7fdd3308 ("ARM: EXYNOS: move restart code into pmu driver") --- v1 => v2: -