Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752829AbcLLNyr (ORCPT ); Mon, 12 Dec 2016 08:54:47 -0500 Received: from mail-qt0-f193.google.com ([209.85.216.193]:33051 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752727AbcLLNyp (ORCPT ); Mon, 12 Dec 2016 08:54:45 -0500 Date: Mon, 12 Dec 2016 08:54:42 -0500 From: Konrad Rzeszutek Wilk To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Subject: [GIT PULL] (swiotlb) stable/for-linus-4.9 for 4.10 merge window Message-ID: <20161212135441.GA26217@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 34 Hey Linus! Please git pull the following branch: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-4.9 which has: - Minor fixes (rate limiting), remove certain functions. - Support for DMA_ATTR_SKIP_CPU_SYNC which is an optimization in the DMA API That is it! Regarding the name of the branch - I was initially thinking to send it to you for rc4 (in 4.9 time frame) but figured it may be just simpler to do it during merge window. arch/arm/xen/mm.c | 1 - arch/x86/xen/pci-swiotlb-xen.c | 1 - drivers/xen/swiotlb-xen.c | 27 +++++++------- include/linux/swiotlb.h | 14 +++----- include/xen/swiotlb-xen.h | 3 -- lib/swiotlb.c | 81 +++++++++++++++++++++--------------------- 6 files changed, 57 insertions(+), 70 deletions(-) Alexander Duyck (4): swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sg swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC support Geert Uytterhoeven (1): swiotlb: Rate-limit printing when running out of SW-IOMMU space