From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FFA7C31E46 for ; Wed, 12 Jun 2019 10:16:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4347C2080A for ; Wed, 12 Jun 2019 10:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726823AbfFLKQt (ORCPT ); Wed, 12 Jun 2019 06:16:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33364 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726761AbfFLKQt (ORCPT ); Wed, 12 Jun 2019 06:16:49 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3D72830832C8; Wed, 12 Jun 2019 10:16:49 +0000 (UTC) Received: from localhost (ovpn-116-169.ams2.redhat.com [10.36.116.169]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B793653786; Wed, 12 Jun 2019 10:16:48 +0000 (UTC) From: Cornelia Huck To: Heiko Carstens , Vasily Gorbik , Christian Borntraeger Cc: Farhan Ali , Eric Farman , Halil Pasic , linux-s390@vger.kernel.org, kvm@vger.kernel.org, Cornelia Huck Subject: [PULL 0/1] vfio-ccw: bugfix Date: Wed, 12 Jun 2019 12:16:44 +0200 Message-Id: <20190612101645.9439-1-cohuck@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Wed, 12 Jun 2019 10:16:49 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The following changes since commit 753469a23b42d0c4a2b28de35826af74a4d554ab: Merge tag 'vfio-ccw-20190603' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features (2019-06-04 15:04:53 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20190612 for you to fetch changes up to 5398331c8c218cc9298fe95380b8b87a3a62defa: vfio-ccw: Destroy kmem cache region on module exit (2019-06-04 17:32:01 +0200) ---------------------------------------------------------------- Fix a memory leak on exit. ---------------------------------------------------------------- Farhan Ali (1): vfio-ccw: Destroy kmem cache region on module exit drivers/s390/cio/vfio_ccw_drv.c | 1 + 1 file changed, 1 insertion(+) -- 2.20.1