From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: [git pull] IOMMU Fixes for v3.6-rc7 Date: Fri, 28 Sep 2012 21:10:42 +0200 Message-ID: <20120928191041.GA3965@8bytes.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Linus Torvalds Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org Hi Linus, The following changes since commit 979570e02981d4a8fc20b3cc8fd651856c98ee9d: Linux 3.6-rc7 (2012-09-23 18:10:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.6-rc7 for you to fetch changes up to 0774e392555a128cff7a94929b9ce957927fef49: iommu/amd: Fix wrong assumption in iommu-group specific code (2012-09-28 16:14:44 +0200) ---------------------------------------------------------------- IOMMU fixes for Linux v3.6-rc7 Two small patches: * One patch to fix the function declarations for !CONFIG_IOMMU_API. This is causing build errors in linux-next and should be fixed for v3.6. * Another patch to fix an IOMMU group related NULL pointer dereference. ---------------------------------------------------------------- Alex Williamson (1): iommu: static inline iommu group stub functions Joerg Roedel (1): iommu/amd: Fix wrong assumption in iommu-group specific code drivers/iommu/amd_iommu.c | 6 ++++-- include/linux/iommu.h | 42 ++++++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 20 deletions(-) Please pull. Regards, Joerg