From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756198AbcETQ7x (ORCPT ); Fri, 20 May 2016 12:59:53 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:43452 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755083AbcETQ7t (ORCPT ); Fri, 20 May 2016 12:59:49 -0400 From: Joseph Salisbury To: kamal.mostafa@canonical.com Cc: stable@vger.kernel.org, jmaxwell37@gmail.com, jiri@resnulli.us, makita.toshiaki@lab.ntt.co.jp, stephen@networkplumber.org, davem@davemloft.net, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH][v3.13.y-ckt][PATCH 0/1] bridge: notify user space after fdb update Date: Fri, 20 May 2016 12:59:36 -0400 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org BugLink: http://bugs.launchpad.net/bugs/1581585 Hello, Please consider including upstream commit c65c7a306610ee7c13669a8f5601b472c19dc6f1 in the next v3.13.y-ckt release. It was included in the mainline tree as of v3.14-rc3. It has been tested and confirmed to resolve http://bugs.launchpad.net/bugs/1581585 . This commit also reques commit a5642ab4744 as a prereq. Commit a5642ab4744 does not apply cleanly to v3.13-y.ckt, so I performed a backport, which is in email 1/1 Prereq: commit a5642ab4744bc8c5a8c7ce7c6e30c01bd6bbc691 Author: Toshiaki Makita Date: Fri Feb 7 16:48:18 2014 +0900 bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr Real fix: commit c65c7a306610ee7c13669a8f5601b472c19dc6f1 Author: Jon Maxwell Date: Thu May 29 17:27:16 2014 +1000 bridge: notify user space after fdb update Regards, Joe Salisbury