]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up some 4.9 emails
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Dec 2017 16:01:47 +0000 (17:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Dec 2017 16:01:47 +0000 (17:01 +0100)
queue-4.9/cpufreq-fix-creation-of-symbolic-links-to-policy-directories.patch
queue-4.9/ib-core-protect-against-self-requeue-of-a-cq-work-item.patch
queue-4.9/igb-check-memory-allocation-failure.patch

index 9c61c4ab7444bdfff4a26f53b8365abcee7c71c4..d6450ca6124951792de9c020cbba1001975cbcd0 100644 (file)
@@ -29,7 +29,6 @@ but that should not be problematic in practice.
 
 Reported-and-tested-by: Prashanth Prakash <pprakash@codeaurora.org>
 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-Cc: 4.9+ <stable@vger.kernel.org> # 4.9+
 Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
index 925863b31b4d4288e5dae75e9f0b1279447087fc..43323006d75327b10ca44d71f1a2ef7f60b1e742 100644 (file)
@@ -15,7 +15,7 @@ work item (which we can do in ib_cq_poll_work).
 
 Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
 Reviewed-by: Christoph Hellwig <hch@lst.de>
-Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>--
+Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
 Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
 Signed-off-by: Doug Ledford <dledford@redhat.com>
 Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
index ec5506eb0b832b4ef63544af80eddf7dbb9df575..abb06ac112b9a2e3ee6ea52118e0cadcbf4cd9af 100644 (file)
@@ -14,7 +14,7 @@ already done for other memory allocations in this function.
 This avoids NULL pointers dereference.
 
 Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
-Tested-by: Aaron Brown <aaron.f.brown@intel.com
+Tested-by: Aaron Brown <aaron.f.brown@intel.com>
 Acked-by: PJ Waskiewicz <peter.waskiewicz.jr@intel.com>
 Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
 Signed-off-by: Sasha Levin <alexander.levin@verizon.com>