From: Greg Kroah-Hartman Date: Thu, 11 Oct 2012 10:58:41 +0000 (+0900) Subject: remove a reviewed-by on some 3.0 r8169 patches X-Git-Tag: v3.0.46~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0f991113031f7915c555155cde71dc7635b4d9f;p=thirdparty%2Fkernel%2Fstable-queue.git remove a reviewed-by on some 3.0 r8169 patches --- diff --git a/queue-3.0/r8169-8168c-and-later-require-bit-0x20-to-be-set-in-config2-for-pme-signaling.patch b/queue-3.0/r8169-8168c-and-later-require-bit-0x20-to-be-set-in-config2-for-pme-signaling.patch index b4d1b9d4e7b..9dd53b4e3c3 100644 --- a/queue-3.0/r8169-8168c-and-later-require-bit-0x20-to-be-set-in-config2-for-pme-signaling.patch +++ b/queue-3.0/r8169-8168c-and-later-require-bit-0x20-to-be-set-in-config2-for-pme-signaling.patch @@ -12,7 +12,6 @@ The new 84xx stopped flying below the radars. Signed-off-by: Francois Romieu Cc: Hayes Wang -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-call-netif_napi_del-at-errpaths-and-at-driver-unload.patch b/queue-3.0/r8169-call-netif_napi_del-at-errpaths-and-at-driver-unload.patch index c260014094a..f9148f64b8d 100644 --- a/queue-3.0/r8169-call-netif_napi_del-at-errpaths-and-at-driver-unload.patch +++ b/queue-3.0/r8169-call-netif_napi_del-at-errpaths-and-at-driver-unload.patch @@ -14,7 +14,6 @@ delete the NAPI before unregistering netdevice using unregister_netdev. Signed-off-by: Devendra Naga Signed-off-by: David S. Miller -Reviewed-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- drivers/net/r8169.c | 3 +++ diff --git a/queue-3.0/r8169-config1-is-read-only-on-8168c-and-later.patch b/queue-3.0/r8169-config1-is-read-only-on-8168c-and-later.patch index dd62d63a52f..d8690d0d035 100644 --- a/queue-3.0/r8169-config1-is-read-only-on-8168c-and-later.patch +++ b/queue-3.0/r8169-config1-is-read-only-on-8168c-and-later.patch @@ -12,7 +12,6 @@ Suggested by Hayes. Signed-off-by: Francois Romieu Cc: Hayes Wang -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-don-t-enable-rx-when-shutdown.patch b/queue-3.0/r8169-don-t-enable-rx-when-shutdown.patch index ca876bb5e58..a511d5ec038 100644 --- a/queue-3.0/r8169-don-t-enable-rx-when-shutdown.patch +++ b/queue-3.0/r8169-don-t-enable-rx-when-shutdown.patch @@ -12,7 +12,6 @@ Only 8111b needs to enable rx when shutdowning with WoL. Signed-off-by: Hayes Wang Acked-by: Francois Romieu -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-expand-received-packet-length-indication.patch b/queue-3.0/r8169-expand-received-packet-length-indication.patch index 341ddee4838..bbe8a00da81 100644 --- a/queue-3.0/r8169-expand-received-packet-length-indication.patch +++ b/queue-3.0/r8169-expand-received-packet-length-indication.patch @@ -18,7 +18,6 @@ Realtek's drivers use the same mask for the 816x and the fast ethernet only 810x. Signed-off-by: Francois Romieu -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-fix-config2-msienable-bit-setting.patch b/queue-3.0/r8169-fix-config2-msienable-bit-setting.patch index 027e565830e..92b29990a16 100644 --- a/queue-3.0/r8169-fix-config2-msienable-bit-setting.patch +++ b/queue-3.0/r8169-fix-config2-msienable-bit-setting.patch @@ -17,7 +17,6 @@ Reported-by: Su Kang Yin Signed-off-by: Francois Romieu Cc: Hayes Wang Signed-off-by: David S. Miller -Reviewed-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- drivers/net/r8169.c | 14 ++++++++------ diff --git a/queue-3.0/r8169-fix-unsigned-int-wraparound-with-tso.patch b/queue-3.0/r8169-fix-unsigned-int-wraparound-with-tso.patch index 665d18a0f7a..82c37928749 100644 --- a/queue-3.0/r8169-fix-unsigned-int-wraparound-with-tso.patch +++ b/queue-3.0/r8169-fix-unsigned-int-wraparound-with-tso.patch @@ -20,7 +20,6 @@ Zotac 890GXITX. Signed-off-by: Julien Ducourthial Acked-by: Francois Romieu Signed-off-by: David S. Miller -Reviewed-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- drivers/net/r8169.c | 16 ++++++++++------ diff --git a/queue-3.0/r8169-fix-wake-on-lan-setting-for-non-8111e.patch b/queue-3.0/r8169-fix-wake-on-lan-setting-for-non-8111e.patch index 4fabe266493..fda216e10e2 100644 --- a/queue-3.0/r8169-fix-wake-on-lan-setting-for-non-8111e.patch +++ b/queue-3.0/r8169-fix-wake-on-lan-setting-for-non-8111e.patch @@ -13,7 +13,6 @@ shutdowning for wake on lan. Signed-off-by: Hayes Wang Acked-by: Francois Romieu -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-increase-the-delay-parameter-of-pm_schedule_suspend.patch b/queue-3.0/r8169-increase-the-delay-parameter-of-pm_schedule_suspend.patch index b157a375716..1cfd3eaa234 100644 --- a/queue-3.0/r8169-increase-the-delay-parameter-of-pm_schedule_suspend.patch +++ b/queue-3.0/r8169-increase-the-delay-parameter-of-pm_schedule_suspend.patch @@ -17,7 +17,6 @@ would find the driver keep in a loop of runtime_suspend and rumtime_resume. Signed-off-by: Hayes Wang Acked-by: Francois Romieu Signed-off-by: David S. Miller -Reviewed-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- drivers/net/r8169.c | 2 +- diff --git a/queue-3.0/r8169-jumbo-fixes.patch b/queue-3.0/r8169-jumbo-fixes.patch index a34f3739336..eb33accda15 100644 --- a/queue-3.0/r8169-jumbo-fixes.patch +++ b/queue-3.0/r8169-jumbo-fixes.patch @@ -19,7 +19,6 @@ commit d58d46b5d85139d18eb939aa7279c160bab70484 upstream. - rtl_tx_performance_tweak is moved forward. No change. Signed-off-by: Francois Romieu -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-missing-barriers.patch b/queue-3.0/r8169-missing-barriers.patch index 07f8691bc84..714f73ab265 100644 --- a/queue-3.0/r8169-missing-barriers.patch +++ b/queue-3.0/r8169-missing-barriers.patch @@ -9,7 +9,6 @@ commit 1e874e041fc7c222cbd85b20c4406070be1f687a upstream. Signed-off-by: Francois Romieu Cc: Hayes Wang -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-remove-erroneous-processing-of-always-set-bit.patch b/queue-3.0/r8169-remove-erroneous-processing-of-always-set-bit.patch index 6f79703a5f4..c0002754fe5 100644 --- a/queue-3.0/r8169-remove-erroneous-processing-of-always-set-bit.patch +++ b/queue-3.0/r8169-remove-erroneous-processing-of-always-set-bit.patch @@ -11,7 +11,6 @@ When set, RxFOVF (resp. RxBOVF) is always 1 (resp. 0). Signed-off-by: Francois Romieu Cc: Hayes -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-runtime-resume-before-shutdown.patch b/queue-3.0/r8169-runtime-resume-before-shutdown.patch index 5b2757a774d..2dec927f606 100644 --- a/queue-3.0/r8169-runtime-resume-before-shutdown.patch +++ b/queue-3.0/r8169-runtime-resume-before-shutdown.patch @@ -27,7 +27,6 @@ Cc: Hayes Wang Cc: Alan Stern Acked-by: Rafael J. Wysocki Signed-off-by: David S. Miller -Reviewed-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- drivers/net/r8169.c | 5 +++++