From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750997AbdAQAN1 (ORCPT ); Mon, 16 Jan 2017 19:13:27 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:34264 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbdAQAN0 (ORCPT ); Mon, 16 Jan 2017 19:13:26 -0500 Date: Mon, 16 Jan 2017 19:13:22 -0500 From: Konrad Rzeszutek Wilk To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, konrad@darnok.org, konrad.wilk@oracle.com Subject: [GIT PULL] (swiotlb) 'stable/for-linus-4.10' for rc4 Message-ID: <20170117001322.GA6860@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 Hey Linus, Please git pull the following branch: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-4.10 which has a tiny fix to make sure that page-sized mappings are page-aligned (and not say straddle two pages). This is important for some drivers (such as NVME). lib/swiotlb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Nikita Yushchenko (1): swiotlb: ensure that page-sized mappings are page-aligned