aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
commit45b73d99c1db274964d8f1abc21150ac33989d6e (patch)
tree5a5a5981f72ebbb292cea62950a78d198efaea98
parent6e287ace225948565fdcbe3c5cc75d3843af79d0 (diff)
downloadpatches-45b73d99c1db274964d8f1abc21150ac33989d6e.tar.gz
add headers to c??.patch
-rw-r--r--c03.patch10
-rw-r--r--c04.patch16
-rw-r--r--c05.patch19
-rw-r--r--c06.patch13
-rw-r--r--c07.patch13
-rw-r--r--c09.patch16
-rw-r--r--c99.patch2
7 files changed, 88 insertions, 1 deletions
diff --git a/c03.patch b/c03.patch
index a5b910760d944..b228b62ec56e6 100644
--- a/c03.patch
+++ b/c03.patch
@@ -1,3 +1,13 @@
+From foo@baz Tue Jun 6 14:47:15 CEST 2017
+Date: Tue, 06 Jun 2017 14:47:15 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: uwb: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/uwb/driver.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/c04.patch b/c04.patch
index a791340312ac5..eed5634e69966 100644
--- a/c04.patch
+++ b/c04.patch
@@ -1,3 +1,19 @@
+From foo@baz Tue Jun 6 14:48:05 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:05 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: scsi: ibmvscsi_tgt: remove use of class_attrs
+
+The class_attrs pointer is going away and it's not even being used in
+this driver, so just remove it entirely.
+
+Cc: "Bryant G. Ly" <bryantly@linux.vnet.ibm.com>
+Cc: Michael Cyr <mikecyr@linux.vnet.ibm.com>
+Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
+Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
+Cc: <linux-scsi@vger.kernel.org>
+Cc: <target-devel@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/c05.patch b/c05.patch
index 38c518fbc9415..3c26a6de03c4b 100644
--- a/c05.patch
+++ b/c05.patch
@@ -1,3 +1,22 @@
+From foo@baz Tue Jun 6 14:48:10 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:10 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: mtd: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Cc: Artem Bityutskiy <dedekind1@gmail.com>
+Cc: Richard Weinberger <richard@nod.at>
+Cc: David Woodhouse <dwmw2@infradead.org>
+Cc: Brian Norris <computersforpeace@gmail.com>
+Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
+Cc: Marek Vasut <marek.vasut@gmail.com>
+Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
+Cc: <linux-mtd@lists.infradead.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/mtd/ubi/build.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/c06.patch b/c06.patch
index 45871306c927d..eaec8b09adb3b 100644
--- a/c06.patch
+++ b/c06.patch
@@ -1,3 +1,16 @@
+From foo@baz Tue Jun 6 14:48:17 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:17 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: zram: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Cc: Minchan Kim <minchan@kernel.org>
+Cc: Nitin Gupta <ngupta@vflare.org>
+Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/block/zram/zram_drv.c | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/c07.patch b/c07.patch
index 6915c84ea0da1..7f95a5aa87aac 100644
--- a/c07.patch
+++ b/c07.patch
@@ -1,3 +1,16 @@
+From foo@baz Tue Jun 6 14:48:22 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:22 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: gpio: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Cc: Linus Walleij <linus.walleij@linaro.org>
+Cc: Alexandre Courbot <gnurou@gmail.com>
+Cc: <linux-gpio@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/gpio/gpiolib-sysfs.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/c09.patch b/c09.patch
index bf2461b55dd8f..fddbb2df18e91 100644
--- a/c09.patch
+++ b/c09.patch
@@ -1,3 +1,19 @@
+From foo@baz Tue Jun 6 14:48:27 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:27 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: pktcdvd: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Cc: <linux-block@vger.kernel.org>
+Cc: Jens Axboe <axboe@fb.com>
+Cc: Hannes Reinecke <hare@suse.com>
+Cc: Jan Kara <jack@suse.cz>
+Cc: Mike Christie <mchristi@redhat.com>
+Cc: Bart Van Assche <Bart.VanAssche@sandisk.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/block/pktcdvd.c | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/c99.patch b/c99.patch
index a1edd266b90b2..bd9f85d988c34 100644
--- a/c99.patch
+++ b/c99.patch
@@ -2,7 +2,7 @@ From foo@baz Wed Nov 23 11:18:27 CET 2016
Date: Wed, 23 Nov 2016 11:18:27 +0100
To: Greg KH <gregkh@linuxfoundation.org>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Subject: remove class_attrs from struct class
+Subject: driver core: remove class_attrs from struct class
This field is no longer used or needed (use class_groups instead), so it
can be removed along with the driver core functionality that created and