summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZefan Li <lizefan@huawei.com>2014-11-06 20:26:04 +0800
committerZefan Li <lizefan@huawei.com>2014-11-06 20:26:04 +0800
commit1e8b4b6248df2d95544921845b2bd4d533d3f7c4 (patch)
tree830072af0c19f38f3ebee6cd852e9733996e4132
parent0dbdb3c6b022cba4c53e20010036364cd109f2bc (diff)
downloadlinux-3.4.y-queue-1e8b4b6248df2d95544921845b2bd4d533d3f7c4.tar.gz
Remove accidently added lines in changelog
-rw-r--r--patches/ext4-avoid-trying-to-kfree-an-err_ptr-pointer.patch1
-rw-r--r--patches/ext4-propagate-errors-up-to-ext4_find_entry-s-callers.patch1
-rw-r--r--patches/genhd-fix-leftover-might_sleep-in-blk_free_devt.patch1
-rw-r--r--patches/nl80211-clear-skb-cb-before-passing-to-netlink.patch1
-rw-r--r--patches/percpu-fix-pcpu_alloc_pages-failure-path.patch1
5 files changed, 0 insertions, 5 deletions
diff --git a/patches/ext4-avoid-trying-to-kfree-an-err_ptr-pointer.patch b/patches/ext4-avoid-trying-to-kfree-an-err_ptr-pointer.patch
index b26dfb4..bb72933 100644
--- a/patches/ext4-avoid-trying-to-kfree-an-err_ptr-pointer.patch
+++ b/patches/ext4-avoid-trying-to-kfree-an-err_ptr-pointer.patch
@@ -4,7 +4,6 @@ Date: Wed, 3 Sep 2014 09:33:00 -0400
Subject: ext4: avoid trying to kfree an ERR_PTR pointer
commit a9cfcd63e8d206ce4235c355d857c4fbdf0f4587 upstream.
-From a9cfcd63e8d206ce4235c355d857c4fbdf0f4587 Mon Sep 17 00:00:00 2001
Thanks to Dan Carpenter for extending smatch to find bugs like this.
(This was found using a development version of smatch.)
diff --git a/patches/ext4-propagate-errors-up-to-ext4_find_entry-s-callers.patch b/patches/ext4-propagate-errors-up-to-ext4_find_entry-s-callers.patch
index ab231c5..a26d4a3 100644
--- a/patches/ext4-propagate-errors-up-to-ext4_find_entry-s-callers.patch
+++ b/patches/ext4-propagate-errors-up-to-ext4_find_entry-s-callers.patch
@@ -4,7 +4,6 @@ Date: Sat, 23 Aug 2014 17:47:19 -0400
Subject: ext4: propagate errors up to ext4_find_entry()'s callers
commit 36de928641ee48b2078d3fe9514242aaa2f92013 upstream.
-From 36de928641ee48b2078d3fe9514242aaa2f92013 Mon Sep 17 00:00:00 2001
If we run into some kind of error, such as ENOMEM, while calling
ext4_getblk() or ext4_dx_find_entry(), we need to make sure this error
diff --git a/patches/genhd-fix-leftover-might_sleep-in-blk_free_devt.patch b/patches/genhd-fix-leftover-might_sleep-in-blk_free_devt.patch
index b1818b7..c3cc507 100644
--- a/patches/genhd-fix-leftover-might_sleep-in-blk_free_devt.patch
+++ b/patches/genhd-fix-leftover-might_sleep-in-blk_free_devt.patch
@@ -4,7 +4,6 @@ Date: Tue, 16 Sep 2014 13:38:51 -0600
Subject: genhd: fix leftover might_sleep() in blk_free_devt()
commit 46f341ffcfb5d8530f7d1e60f3be06cce6661b62 upstream.
-From 46f341ffcfb5d8530f7d1e60f3be06cce6661b62 Mon Sep 17 00:00:00 2001
Commit 2da78092 changed the locking from a mutex to a spinlock,
so we now longer sleep in this context. But there was a leftover
diff --git a/patches/nl80211-clear-skb-cb-before-passing-to-netlink.patch b/patches/nl80211-clear-skb-cb-before-passing-to-netlink.patch
index 4e6e4a4..7e1c899 100644
--- a/patches/nl80211-clear-skb-cb-before-passing-to-netlink.patch
+++ b/patches/nl80211-clear-skb-cb-before-passing-to-netlink.patch
@@ -4,7 +4,6 @@ Date: Wed, 30 Jul 2014 14:55:26 +0200
Subject: nl80211: clear skb cb before passing to netlink
commit bd8c78e78d5011d8111bc2533ee73b13a3bd6c42 upstream.
-From bd8c78e78d5011d8111bc2533ee73b13a3bd6c42 Mon Sep 17 00:00:00 2001
In testmode and vendor command reply/event SKBs we use the
skb cb data to store nl80211 parameters between allocation
diff --git a/patches/percpu-fix-pcpu_alloc_pages-failure-path.patch b/patches/percpu-fix-pcpu_alloc_pages-failure-path.patch
index eeeaa0d..d3e9d7e 100644
--- a/patches/percpu-fix-pcpu_alloc_pages-failure-path.patch
+++ b/patches/percpu-fix-pcpu_alloc_pages-failure-path.patch
@@ -4,7 +4,6 @@ Date: Fri, 15 Aug 2014 16:06:06 -0400
Subject: percpu: fix pcpu_alloc_pages() failure path
commit f0d279654dea22b7a6ad34b9334aee80cda62cde upstream.
-From f0d279654dea22b7a6ad34b9334aee80cda62cde Mon Sep 17 00:00:00 2001
When pcpu_alloc_pages() fails midway, pcpu_free_pages() is invoked to
free what has already been allocated. The invocation is across the