]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add cc: to next-4.4 patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Apr 2017 12:37:42 +0000 (14:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Apr 2017 12:37:42 +0000 (14:37 +0200)
13 files changed:
next-4.4/arm-omap2-timer-add-probe-for-clocksources.patch
next-4.4/clk-sunxi-add-apb0-gates-for-h3.patch
next-4.4/crypto-testmgr-fix-out-of-bound-read-in-__test_aead.patch
next-4.4/drm-amdgpu-fix-array-out-of-bounds.patch
next-4.4/ext4-check-if-in-inode-xattr-is-corrupted-in-ext4_expand_extra_isize_ea.patch
next-4.4/md-raid1-fix-a-dead-loop-when-read-from-a-writemostly-disk.patch
next-4.4/mips-fix-crash-registers-on-non-crashing-cpus.patch
next-4.4/net-cavium-liquidio-avoid-dma_unmap_single-on-uninitialized-ndata.patch
next-4.4/net_sched-close-another-race-condition-in-tcf_mirred_release.patch
next-4.4/rds-fix-the-atomicity-for-congestion-map-update.patch
next-4.4/regulator-core-clear-the-supply-pointer-if-enabling-fails.patch
next-4.4/usb-gadget-f_midi-fixed-a-bug-when-buflen-was-smaller-than-wmaxpacketsize.patch
next-4.4/xen-x86-don-t-lose-event-interrupts.patch

index 6528a1876a4f76082bb2170f9bb16d42a2c80bfe..8a46eb988343427ea2a361973a7c7bd18f900882 100644 (file)
@@ -18,6 +18,7 @@ existing clocksource_probe() call.
 
 Signed-off-by: Tero Kristo <t-kristo@ti.com>
 Signed-off-by: Tony Lindgren <tony@atomide.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 827dbb6f1f9c3cc570464a4d6a7ccd7682561b36..186dd2e231eccdbf477f6f61ac149ed3647300db 100644 (file)
@@ -18,6 +18,7 @@ Signed-off-by: Krzysztof Adamski <k@japko.eu>
 [Maxime: Removed the H3 compatible from the simple-gates driver, reworked
          the commit log a bit]
 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index df71623550bcb55b886b6598bc124841bcc0222f..49b42b460514dbd9fd3a73ca7d9996e3f54e32da 100644 (file)
@@ -16,6 +16,7 @@ This fix an out-of-bound error detected by KASan.
 
 Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 054e57c58a25a55d2771d1716dbb2d384a62ac76..cbc83c5a9f6ab79b735dcb2d9c8356d84aed1903 100644 (file)
@@ -15,6 +15,7 @@ This is a port of the radeon fix to amdgpu.
 
 Signed-off-by: tom will <os@iscas.ac.cn>
 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 525e2dbdf55aeca12ba2cee60aa193c14a71a934..37111a128c9c8b522ad92d092b9df1c2a9585759 100644 (file)
@@ -14,6 +14,7 @@ This can lead to potential crashes caused by the BUG_ON() check in
 ext4_xattr_shift_entries().
 
 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 234941eb74510d7fc2b6f26e3ee9da560c4debd6..6ebf48b867e04335357e3e558c7a7c25275143f8 100644 (file)
@@ -17,6 +17,7 @@ continue for another disk.
 
 Signed-off-by: Wei Fang <fangwei1@huawei.com>
 Signed-off-by: Shaohua Li <shli@fb.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 201473268c42480859923d09cccac1573490123c..2db0aff21fe9a8fb04a33944619363b8235b1372 100644 (file)
@@ -21,6 +21,7 @@ Cc: David Daney <ddaney@caviumnetworks.com>
 Cc: linux-mips@linux-mips.org
 Patchwork: https://patchwork.linux-mips.org/patch/13050/
 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index d7742474fc9ab79ce2fcb78e5cbe518e8d5b0459..e11c22705a281432bd28d942c5e10b56f6603662 100644 (file)
@@ -20,6 +20,7 @@ Fixes: f21fb3ed364bb ("Add support of Cavium Liquidio ethernet adapters")
 Reported-by: coverity (CID 1309740)
 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 723591ca60ee3d0c29e089bbb8f2cf91a25c5ec0..fd06fff67e49270779e6f644819f69bcdd780776 100644 (file)
@@ -51,6 +51,7 @@ Cc: Jamal Hadi Salim <jhs@mojatatu.com>
 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
 Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 462fa8e1095b7c925003c98fb82978fe842f7cb0..87dbbacb15942acde9929358efc84d0a62429908 100644 (file)
@@ -21,6 +21,7 @@ Reviewed-by: Leon Romanovsky <leon@leon.nu>
 Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
 Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 228843b59d3e139641cb2dc26b044371be11ef53..f990bdc5e970e2bcef34a0cdf0ea369c3b1608fd 100644 (file)
@@ -18,6 +18,7 @@ after fails when resolving the supply for a regulator.
 
 Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
 Signed-off-by: Mark Brown <broonie@kernel.org>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index b46ce59bb74fb41be52aa802bc5c08703c19956e..fc87a34bd503e1dfa22cd10d609bbb7e95e8d3bc 100644 (file)
@@ -30,6 +30,7 @@ for the OUT endpoint as its wMaxPacketSize.
 Acked-by: Michal Nazarewicz <mina86@mina86.com>
 Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
 Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---
index 7dd140ac517c37b7a4c768cc4654ffc5bc900fa9..5c77e0a006a85d6768277531039f9fb7a339d064 100644 (file)
@@ -21,6 +21,7 @@ VCPU_SSHOTTMR_future flag.
 
 Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
 Acked-by: Juergen Gross <jgross@suse.com>
+Cc: Julia Lawall <julia.lawall@lip6.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 ---