From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F51B1393F1 for ; Thu, 17 Sep 2015 05:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04AE21C03F; Thu, 17 Sep 2015 05:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A0EE21C03F for ; Thu, 17 Sep 2015 05:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5318340B63 for ; Thu, 17 Sep 2015 05:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F20E18C for ; Thu, 17 Sep 2015 05:34:06 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <1442467877.3228822133e5f35922c0426418468d994aa02f89.vikraman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/rts_pstor/, sys-block/rts_pstor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/rts_pstor/files/rts_pstor-vmalloc.patch sys-block/rts_pstor/rts_pstor-1.10-r4.ebuild sys-block/rts_pstor/rts_pstor-1.10-r5.ebuild X-VCS-Directories: sys-block/rts_pstor/ sys-block/rts_pstor/files/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: 3228822133e5f35922c0426418468d994aa02f89 X-VCS-Branch: master Date: Thu, 17 Sep 2015 05:34:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de5ada14-e703-475c-9017-bc5785c26e28 X-Archives-Hash: f12a8707c23833d2764dc31bf68ca25c commit: 3228822133e5f35922c0426418468d994aa02f89 Author: Vikraman Choudhury gentoo org> AuthorDate: Thu Sep 17 05:31:17 2015 +0000 Commit: Vikraman Choudhury gentoo org> CommitDate: Thu Sep 17 05:31:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32288221 sys-block/rts_pstor: Fix build with kernel 4.2.0 Gentoo-Bug: 559668 Package-Manager: portage-2.2.20.1 sys-block/rts_pstor/files/rts_pstor-vmalloc.patch | 44 ++++++++++++++++++++++ ...tor-1.10-r4.ebuild => rts_pstor-1.10-r5.ebuild} | 1 + 2 files changed, 45 insertions(+) diff --git a/sys-block/rts_pstor/files/rts_pstor-vmalloc.patch b/sys-block/rts_pstor/files/rts_pstor-vmalloc.patch new file mode 100644 index 0000000..3b3f4be --- /dev/null +++ b/sys-block/rts_pstor/files/rts_pstor-vmalloc.patch @@ -0,0 +1,44 @@ +diff -Naur rts_pstor.a/ms.c rts_pstor.b/ms.c +--- rts_pstor.a/ms.c 2011-01-11 04:11:07.000000000 -0500 ++++ rts_pstor.b/ms.c 2015-09-17 01:28:41.816067799 -0400 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "rtsx.h" + #include "rtsx_transport.h" +diff -Naur rts_pstor.a/rtsx_chip.c rts_pstor.b/rtsx_chip.c +--- rts_pstor.a/rtsx_chip.c 2011-01-11 04:11:07.000000000 -0500 ++++ rts_pstor.b/rtsx_chip.c 2015-09-17 01:28:13.680536901 -0400 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include "rtsx.h" + #include "rtsx_transport.h" +diff -Naur rts_pstor.a/rtsx_scsi.c rts_pstor.b/rtsx_scsi.c +--- rts_pstor.a/rtsx_scsi.c 2011-01-11 04:11:07.000000000 -0500 ++++ rts_pstor.b/rtsx_scsi.c 2015-09-17 01:28:42.688053259 -0400 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "rtsx.h" + #include "rtsx_transport.h" +diff -Naur rts_pstor.a/xd.c rts_pstor.b/xd.c +--- rts_pstor.a/xd.c 2011-01-11 04:11:07.000000000 -0500 ++++ rts_pstor.b/xd.c 2015-09-17 01:28:42.689053242 -0400 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "rtsx.h" + #include "rtsx_transport.h" diff --git a/sys-block/rts_pstor/rts_pstor-1.10-r4.ebuild b/sys-block/rts_pstor/rts_pstor-1.10-r5.ebuild similarity index 96% rename from sys-block/rts_pstor/rts_pstor-1.10-r4.ebuild rename to sys-block/rts_pstor/rts_pstor-1.10-r5.ebuild index c24eb58..91bcd74 100644 --- a/sys-block/rts_pstor/rts_pstor-1.10-r4.ebuild +++ b/sys-block/rts_pstor/rts_pstor-1.10-r5.ebuild @@ -30,6 +30,7 @@ src_prepare() { && epatch "${FILESDIR}/${PN}-linux-3.8.patch" ([ ${KV_MAJOR} -gt 3 ] || ([ ${KV_MAJOR} -eq 3 ] && [ ${KV_MINOR} -ge 10 ])) \ && epatch "${FILESDIR}/${PN}-linux-3.10.patch" + epatch "${FILESDIR}/${PN}-vmalloc.patch" } pkg_setup() {