All of lore.kernel.org
 help / color / mirror / Atom feed
From: <gregkh@linuxfoundation.org>
To: davem@davemloft.net, broonie@kernel.org,
	gregkh@linuxfoundation.org, linux@roeck-us.net,
	sfr@canb.auug.org.au
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "hsi: Fix build regression due to netdev destructor fix." has been added to the 4.11-stable tree
Date: Tue, 04 Jul 2017 09:58:58 +0200	[thread overview]
Message-ID: <14991551381059@kroah.com> (raw)


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@vger.kernel.org> know about it.


>From ed66e50d9587fc0bb032e276a2563c0068a5b63a Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@davemloft.net>
Date: Thu, 8 Jun 2017 10:16:05 -0400
Subject: hsi: Fix build regression due to netdev destructor fix.

From: David S. Miller <davem@davemloft.net>

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@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 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@davemloft.net 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

                 reply	other threads:[~2017-07-04  7:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14991551381059@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=broonie@kernel.org \
    --cc=davem@davemloft.net \
    --cc=linux@roeck-us.net \
    --cc=sfr@canb.auug.org.au \
    --cc=stable-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.