Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2017 02:38:43 +0000 (03:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2017 02:38:43 +0000 (03:38 +0100)
12 files changed:
1  2 
drivers/atm/zatm.c
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
drivers/net/usb/cdc_ncm.c
include/net/af_unix.h
kernel/bpf/verifier.c
net/core/dev.c
net/core/filter.c
net/core/skbuff.c
net/ipv4/ip_output.c
net/packet/af_packet.c
net/sctp/sm_make_chunk.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc net/core/dev.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -223,12 -223,12 +223,12 @@@ struct sctp_chunk *sctp_make_init(cons
        struct sctp_chunk *retval = NULL;
        int num_types, addrs_len = 0;
        struct sctp_sock *sp;
 -      sctp_supported_addrs_param_t sat;
 +      struct sctp_supported_addrs_param sat;
        __be16 types[2];
 -      sctp_adaptation_ind_param_t aiparam;
 -      sctp_supported_ext_param_t ext_param;
 +      struct sctp_adaptation_ind_param aiparam;
 +      struct sctp_supported_ext_param ext_param;
        int num_ext = 0;
-       __u8 extensions[3];
+       __u8 extensions[4];
        struct sctp_paramhdr *auth_chunks = NULL,
                        *auth_hmacs = NULL;
  
@@@ -390,10 -393,10 +390,10 @@@ struct sctp_chunk *sctp_make_init_ack(c
        sctp_cookie_param_t *cookie;
        int cookie_len;
        size_t chunksize;
 -      sctp_adaptation_ind_param_t aiparam;
 -      sctp_supported_ext_param_t ext_param;
 +      struct sctp_adaptation_ind_param aiparam;
 +      struct sctp_supported_ext_param ext_param;
        int num_ext = 0;
-       __u8 extensions[3];
+       __u8 extensions[4];
        struct sctp_paramhdr *auth_chunks = NULL,
                        *auth_hmacs = NULL,
                        *auth_random = NULL;