From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99A4ECA9EDB for ; Tue, 5 Nov 2019 07:35:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66F0E2190F for ; Tue, 5 Nov 2019 07:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572939304; bh=K1BKpJQLMtnH3+V92uee7SW/Z+pmSQfrcqeTyN7QlB0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Ep3+Sb7acxZwb/QvsUwUC/MmARjI3QgPPHpEQthPpH+zn6xXeylvwcI60luLLW7uC wriy0I6y2ZUMf8HSg7n8purrMjoMM1SvqJpdu2bAkcGLslvBCozgAARHSs+cuwny3S 6ye3nODKaPyEdzIu/CXAmPVDZKrGc7Uuwywqncu0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387947AbfKEHfD (ORCPT ); Tue, 5 Nov 2019 02:35:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:43052 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387484AbfKEHfD (ORCPT ); Tue, 5 Nov 2019 02:35:03 -0500 Received: from localhost (host6-102.lan-isdn.imaginet.fr [195.68.6.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E04EF217F4; Tue, 5 Nov 2019 07:35:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572939302; bh=K1BKpJQLMtnH3+V92uee7SW/Z+pmSQfrcqeTyN7QlB0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eghPibRXlsACFFKrYkascPxzVND7Aiuqaf9uVBhvkHW5YFgjXLIJw1fi5B+JqEn2J 9Ap1s3dpd6jwGSXdExj1GfwpDBNlhsNN9V3qwx+NLM+UsQ+aRJnfooJHREyAUXMm3j G39z1/GxCJimZ8wNJuv9uuLJ6rRp5bamdOGU6ExY= Date: Tue, 5 Nov 2019 08:34:59 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Sasha Levin , lkft-triage@lists.linaro.org, Dan Rue , LTP List , open list , Jan Stancek , Basil Eljuse , chrubis , mmarhefk@redhat.com, Netdev , linux- stable Subject: Re: stable-rc-5.3.9-rc1: regressions detected - remove_proc_entry: removing non-empty directory 'net/dev_snmp6', leaking at least 'lo' Message-ID: <20191105073459.GB2588562@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 05, 2019 at 09:44:39AM +0530, Naresh Kamboju wrote: > Hi Sasha and Greg, > > On Mon, 4 Nov 2019 at 20:59, Naresh Kamboju wrote: > > > > Linux stable rc 5.3 branch running LTP reported following test failures. > > While investigating these failures I have found this kernel warning > > from boot console. > > Please find detailed LTP output log in the bottom of this email. > > > > List of regression test cases: > > ltp-containers-tests: > > * netns_breakns_ip_ipv6_ioctl > > * netns_breakns_ip_ipv6_netlink > > * netns_breakns_ns_exec_ipv6_ioctl > > * netns_breakns_ns_exec_ipv6_netlink > > * netns_comm_ip_ipv6_ioctl > > * netns_comm_ip_ipv6_netlink > > * netns_comm_ns_exec_ipv6_ioctl > > * netns_comm_ns_exec_ipv6_netlink > > These reported failures got fixed on latest stable-rc 5.3.y after > dropping a patch [1]. What is the subject of the patch? > The kernel warning is also gone now. > > metadata: > git branch: linux-5.3.y > git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > git commit: 75c9913bbf6e9e64cb669236571e6af45cddfd68 The -rc tree is rebased all the time, can I get a "real" subject line to get a chance to figure out what you are trying to refer to here? > ref: > [PATCH AUTOSEL 5.3 12/33] blackhole_netdev: fix syzkaller reported issue > [1] https://lkml.org/lkml/2019/10/25/794 lore.kernel.org is much more reliable :) thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 5 Nov 2019 08:34:59 +0100 Subject: [LTP] stable-rc-5.3.9-rc1: regressions detected - remove_proc_entry: removing non-empty directory 'net/dev_snmp6', leaking at least 'lo' In-Reply-To: References: Message-ID: <20191105073459.GB2588562@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Tue, Nov 05, 2019 at 09:44:39AM +0530, Naresh Kamboju wrote: > Hi Sasha and Greg, > > On Mon, 4 Nov 2019 at 20:59, Naresh Kamboju wrote: > > > > Linux stable rc 5.3 branch running LTP reported following test failures. > > While investigating these failures I have found this kernel warning > > from boot console. > > Please find detailed LTP output log in the bottom of this email. > > > > List of regression test cases: > > ltp-containers-tests: > > * netns_breakns_ip_ipv6_ioctl > > * netns_breakns_ip_ipv6_netlink > > * netns_breakns_ns_exec_ipv6_ioctl > > * netns_breakns_ns_exec_ipv6_netlink > > * netns_comm_ip_ipv6_ioctl > > * netns_comm_ip_ipv6_netlink > > * netns_comm_ns_exec_ipv6_ioctl > > * netns_comm_ns_exec_ipv6_netlink > > These reported failures got fixed on latest stable-rc 5.3.y after > dropping a patch [1]. What is the subject of the patch? > The kernel warning is also gone now. > > metadata: > git branch: linux-5.3.y > git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > git commit: 75c9913bbf6e9e64cb669236571e6af45cddfd68 The -rc tree is rebased all the time, can I get a "real" subject line to get a chance to figure out what you are trying to refer to here? > ref: > [PATCH AUTOSEL 5.3 12/33] blackhole_netdev: fix syzkaller reported issue > [1] https://lkml.org/lkml/2019/10/25/794 lore.kernel.org is much more reliable :) thanks, greg k-h