All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] backports: update devcoredump patch
@ 2016-05-31 13:49 Johannes Berg
  2016-05-31 14:03 ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2016-05-31 13:49 UTC (permalink / raw)
  To: backports; +Cc: Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

Changed upstream by commit 522566376a3f ("devcoredump:
add scatterlist support").

Change-Id: I9a8e933ed70ac85ebc0c241a3faa78217fbb6f30
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 patches/backport-adjustments/devcoredump.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/backport-adjustments/devcoredump.patch b/patches/backport-adjustments/devcoredump.patch
index b438f32e115b..efa5d9f9ab48 100644
--- a/patches/backport-adjustments/devcoredump.patch
+++ b/patches/backport-adjustments/devcoredump.patch
@@ -103,12 +103,12 @@
  
 -#ifdef CONFIG_DEV_COREDUMP
 +#ifdef CPTCFG_BPAUTO_WANT_DEV_COREDUMP
- void dev_coredumpv(struct device *dev, const void *data, size_t datalen,
+ void dev_coredumpv(struct device *dev, void *data, size_t datalen,
  		   gfp_t gfp);
  
 @@ -30,6 +30,6 @@ dev_coredumpm(struct device *dev, struct
  {
- 	free(data);
+ 	_devcd_free_sgtable(table);
  }
 -#endif /* CONFIG_DEV_COREDUMP */
 +#endif /* CPTCFG_BPAUTO_WANT_DEV_COREDUMP */
-- 
2.8.0.rc3

--
To unsubscribe from this list: send the line "unsubscribe backports" in

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-03 19:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 13:49 [PATCH] backports: update devcoredump patch Johannes Berg
2016-05-31 14:03 ` Johannes Berg
2016-06-03  8:40   ` Arend Van Spriel
2016-06-03 18:48     ` Johannes Berg
2016-06-03 18:56       ` Arend van Spriel
2016-06-03 18:57         ` Johannes Berg
2016-06-03 19:22           ` Arend Van Spriel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.