summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2020-08-05 15:39:31 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-05 12:30:36 -0700
commit8ed54f167abda44da48498876953f5b7843378df (patch)
tree0b4b8c7c6e617e70ae89473c0d6c34b4e918798d /scripts/patch-kernel
parent16f6458f2478b55e2b628797bc81a4455045c74e (diff)
downloadkernel-8ed54f167abda44da48498876953f5b7843378df.tar.gz
ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUM
On architectures defining _HAVE_ARCH_IPV6_CSUM, we get csum_ipv6_magic() defined by means of arch checksum.h headers. On other architectures, we actually need to include net/ip6_checksum.h to be able to use it. Without this include, building with defconfig breaks at least for s390. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: 4cb47a8644cc ("tunnels: PMTU discovery support for directly bridged IP packets") Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
7-10-31 13:51:45 -0400'>2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart 2017-08-20media: Convert to using %pOF instead of full_nameRob Herring 2017-07-19media: davinci: vpif_capture: fix potential NULL derefKevin Hilman 2017-07-19media: davinci: vpif_capture: constify vb2_ops structureGustavo A. R. Silva 2017-07-19media: media/platform: add const to v4l2_file_operations structuresBhumika Goyal 2017-07-17media: davinci: variable 'common' set but not usedMauro Carvalho Chehab 2017-06-08[media] davinci: Switch from V4L2 OF to V4L2 fwnodeSakari Ailus 2017-06-07[media] davinci: vpif_capture: cleanup raw camera supportKevin Hilman 2017-06-07[media] davinci: vpif_capture: get subdevs from DT when availableKevin Hilman 2017-06-07[media] davinci: vpif_capture: drop compliance hackKevin Hilman 2017-06-06[media] davinci: vpif_capture: fix default pixel format for BT.656/BT.1120 videoNori, Sekhar 2017-01-31[media] davinci: vpif_capture: fix start/stop streaming lockingKevin Hilman 2017-01-31[media] davinci: vpif_capture: remove hard-coded I2C adapter idKevin Hilman 2017-01-31[media] davinci: VPIF: fix module loading, init errorsKevin Hilman 2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus 2016-11-16[media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation i...Markus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation i...Markus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Adjust ten checks for null pointersMarkus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Delete an error message for a failed memory all...Markus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Use kcalloc() in vpif_probe()Markus Elfring 2016-10-21[media] davinci: don't break long linesMauro Carvalho Chehab