Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755149AbcDGHW4 (ORCPT ); Thu, 7 Apr 2016 03:22:56 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:36299 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcDGHWz (ORCPT ); Thu, 7 Apr 2016 03:22:55 -0400 From: Vegard Nossum To: David Miller Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Vegard Nossum , Eric Dumazet , Sasha Levin Subject: [PATCH] net: mark DECnet as broken Date: Thu, 7 Apr 2016 09:22:43 +0200 Message-Id: <1460013763-22985-1-git-send-email-vegard.nossum@oracle.com> X-Mailer: git-send-email 1.9.1 X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1104 Lines: 32 There are NULL pointer dereference bugs in DECnet which can be triggered by unprivileged users and have been reported multiple times to LKML, however nobody seems confident enough in the proposed fixes to merge them and the consensus seems to be that nobody cares enough about DECnet to see it fixed anyway. To shield unsuspecting users from the possible DOS, we should mark this BROKEN until somebody who actually uses this code can fix it. Signed-off-by: Vegard Nossum Link: https://lkml.org/lkml/2015/12/17/666 Cc: Eric Dumazet Cc: Sasha Levin Cc: David Miller --- net/decnet/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/decnet/Kconfig b/net/decnet/Kconfig index f3393e1..b040172 100644 --- a/net/decnet/Kconfig +++ b/net/decnet/Kconfig @@ -3,6 +3,7 @@ # config DECNET tristate "DECnet Support" + depends on BROKEN ---help--- The DECnet networking protocol was used in many products made by Digital (now Compaq). It provides reliable stream and sequenced -- 1.9.1