Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753210AbaFKXkd (ORCPT ); Wed, 11 Jun 2014 19:40:33 -0400 Received: from mout.web.de ([212.227.17.12]:58798 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898AbaFKXkc (ORCPT ); Wed, 11 Jun 2014 19:40:32 -0400 From: =?UTF-8?q?Linus=20L=C3=BCssing?= To: netdev@vger.kernel.org Cc: bridge@lists.linux-foundation.org, Stephen Hemminger , "David S. Miller" , linux-kernel@vger.kernel.org, =?UTF-8?q?Linus=20L=C3=BCssing?= Subject: [PATCH 0/2 net-next] bridge: fix bugs introduced by last multicast patchset Date: Thu, 12 Jun 2014 01:41:22 +0200 Message-Id: <1402530084-15061-1-git-send-email-linus.luessing@web.de> X-Mailer: git-send-email 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:bl34miK7N/s3Y/1TCP3/3CvKghNVHoFdTFlSU6Vln6J0rGSz9ZQ 8iHKdLhtI+hw0s4GNyZu8RYR3pJdMzWUXKnIz6ZjuzYA0gAW7AnS7eUIWrhv2L06PoA1Q3x KbMyjBUmQWGUw5QRQm45qF9MzvAHNdGGkhrIC3Jf7jSzIUVuCDi18520yN+5A55bkWitfw+ qDr8+21OJqaQFXZXnPizg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Once my last patchset got applied, I got slapped by an automatic smatch and build bot. Here are two patches fixing the according issues, a potential null pointer dereference and a compile error when compiling without IPv6. [PATCH 1/2] is probably not the ideal solution - the assignment of the group and max_delay is still a mess and has subtle differences between IGMPv2, IGMPv3, MLDv1 and MLDv2. That should probably be fixed $later. But for now, I think the easier fix might be better, restoring the behaviour before my "adhere to querier mechanism" patch and therefore keeping things bisect'able. Cheers, Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/