This is a note to let you know that I've just added the patch titled hsi: Fix build regression due to netdev destructor fix. to the 4.11-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: hsi-fix-build-regression-due-to-netdev-destructor-fix.patch and it can be found in the queue-4.11 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From ed66e50d9587fc0bb032e276a2563c0068a5b63a Mon Sep 17 00:00:00 2001 From: "David S. Miller" <davem@xxxxxxxxxxxxx> Date: Thu, 8 Jun 2017 10:16:05 -0400 Subject: hsi: Fix build regression due to netdev destructor fix. From: David S. Miller <davem@xxxxxxxxxxxxx> commit ed66e50d9587fc0bb032e276a2563c0068a5b63a upstream. > ../drivers/hsi/clients/ssi_protocol.c:1069:5: error: 'struct net_device' has no member named 'destructor' Reported-by: Mark Brown <broonie@xxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Cc: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/hsi/clients/ssi_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/hsi/clients/ssi_protocol.c +++ b/drivers/hsi/clients/ssi_protocol.c @@ -1065,7 +1065,7 @@ static void ssip_pn_setup(struct net_dev dev->addr_len = 1; dev->tx_queue_len = SSIP_TXQUEUE_LEN; - dev->destructor = free_netdev; + dev->needs_free_netdev = true; dev->header_ops = &phonet_header_ops; } Patches currently in stable-queue which might be from davem@xxxxxxxxxxxxx are queue-4.11/net-don-t-global-icmp-rate-limit-packets-originating-from-loopback.patch queue-4.11/net-vrf-make-add_fib_rules-per-network-namespace-flag.patch queue-4.11/net-tipc-fix-a-sleep-in-atomic-bug-in-tipc_msg_reverse.patch queue-4.11/ipv6-fix-calling-in6_ifa_hold-incorrectly-for-dad-work.patch queue-4.11/qmi_wwan-new-telewell-and-sierra-device-ids.patch queue-4.11/rtnetlink-add-ifla_group-to-ifla_policy.patch queue-4.11/net-ipv6-release-route-when-device-is-unregistering.patch queue-4.11/igmp-add-a-missing-spin_lock_init.patch queue-4.11/net-8021q-fix-one-possible-panic-caused-by-bug_on-in-free_netdev.patch queue-4.11/decnet-dn_rtmsg-improve-input-length-sanitization-in-dnrmg_receive_user_skb.patch queue-4.11/net-zero-ifla_vf_info-in-rtnl_fill_vfinfo.patch queue-4.11/hsi-fix-build-regression-due-to-netdev-destructor-fix.patch queue-4.11/af_unix-add-sockaddr-length-checks-before-accessing-sa_family-in-bind-and-connect-handlers.patch queue-4.11/fix-an-intermittent-pr_emerg-warning-about-lo-becoming-free.patch queue-4.11/decnet-always-not-take-dst-__refcnt-when-inserting-dst-into-hash-table.patch queue-4.11/esp4-fix-udpencap-for-local-tcp-packets.patch queue-4.11/net-s390-fix-up-for-fix-inconsistent-teardown-and-release-of-private-netdev-state.patch queue-4.11/net-caif-fix-a-sleep-in-atomic-bug-in-cfpkt_create_pfx.patch queue-4.11/net-fix-inconsistent-teardown-and-release-of-private-netdev-state.patch queue-4.11/net-don-t-call-strlen-on-non-terminated-string-in-dev_set_alias.patch queue-4.11/mac80211-free-netdev-on-dev_alloc_name-error.patch queue-4.11/igmp-acquire-pmc-lock-for-ip_mc_clear_src.patch queue-4.11/proc-snmp6-use-correct-type-in-memset.patch queue-4.11/sctp-return-next-obj-by-passing-pos-1-into-sctp_transport_get_idx.patch queue-4.11/sctp-disable-bh-in-sctp_for_each_endpoint.patch queue-4.11/ipv6-do-not-leak-throw-route-references.patch