From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbbJJBO4 (ORCPT ); Fri, 9 Oct 2015 21:14:56 -0400 Received: from mail-qg0-f45.google.com ([209.85.192.45]:34990 "EHLO mail-qg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbbJJBOz (ORCPT ); Fri, 9 Oct 2015 21:14:55 -0400 Date: Fri, 9 Oct 2015 21:14:48 -0400 From: Konrad Rzeszutek Wilk To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Subject: [GIT PULL] (swiotlb) stable/for-linus-4.3 Message-ID: <20151010011447.GA9669@konrad-lan.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Linus, Please git pull the following branch: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-4.3 which enables the SWIOTLB under 32-bit PAE kernels. Nowadays most distros enable this due to CONFIG_HYPERVISOR|CONFIG_XEN=y which select SWIOTLB. But for those that are not interested in virtualization and wanting to use 32-bit PAE kernels and wanting to have working DMA operations - this configures it for them. arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) Christian Melki (1): swiotlb: Enable it under x86 PAE