Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbdLMPXL (ORCPT ); Wed, 13 Dec 2017 10:23:11 -0500 Received: from esa4.hgst.iphmx.com ([216.71.154.42]:1158 "EHLO esa4.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbdLMPXI (ORCPT ); Wed, 13 Dec 2017 10:23:08 -0500 X-IronPort-AV: E=Sophos;i="5.45,397,1508774400"; d="scan'208";a="64682099" From: Bart Van Assche To: "mingo@kernel.org" , "peterz@infradead.org" , "amir73il@gmail.com" , "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" , "torvalds@linux-foundation.org" , "tglx@linutronix.de" , "linux-mm@kvack.org" , "willy@infradead.org" , "oleg@redhat.com" , "max.byungchul.park@gmail.com" , "byungchul.park@lge.com" , "linux-fsdevel@vger.kernel.org" , "tytso@mit.edu" , "david@fromorbit.com" Subject: Re: About the try to remove cross-release feature entirely by Ingo Thread-Topic: About the try to remove cross-release feature entirely by Ingo Thread-Index: AQHTc9sNwgxuEaGHP0KjLQHaKOivj6NA2/CAgACI4oA= Date: Wed, 13 Dec 2017 15:23:04 +0000 Message-ID: <1513178583.3296.2.camel@wdc.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=Bart.VanAssche@wdc.com; x-originating-ip: [73.162.160.144] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1;CY1PR0401MB1535;20:nPn35Vg9zc2xMDwh9aR82ZTbo8ZBRubqP/l9f5mG982HgXohEjVPwzAbYmmnuVaCMsMg1F6+qbeWgc6zUCz1oGj+CmvQ3PE7GhGuXn071/bCF9PTnP8HGKQJTrSkToTwZ482+RuAL4GPZTfJM1VtkyWtv8qvoYjcz0Y17+YWk5s= x-ms-exchange-antispam-srfa-diagnostics: SSOS; x-ms-office365-filtering-correlation-id: 82635731-704b-464d-190c-08d5423d6837 x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(5600026)(4604075)(4534020)(4602075)(4627115)(201703031133081)(201702281549075)(48565401081)(2017052603307);SRVR:CY1PR0401MB1535; x-ms-traffictypediagnostic: CY1PR0401MB1535: wdcipoutbound: EOP-TRUE x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(20558992708506); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040450)(2401047)(8121501046)(5005006)(93006095)(93001095)(3002001)(3231023)(10201501046)(6055026)(6041248)(20161123564025)(20161123560025)(20161123555025)(20161123558100)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123562025)(6072148)(201708071742011);SRVR:CY1PR0401MB1535;BCL:0;PCL:0;RULEID:(100000803101)(100110400095);SRVR:CY1PR0401MB1535; x-forefront-prvs: 052017CAF1 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(366004)(346002)(376002)(39860400002)(377424004)(189003)(199004)(24454002)(99286004)(36756003)(6246003)(53936002)(2171002)(39060400002)(105586002)(106356001)(478600001)(103116003)(8676002)(72206003)(81156014)(81166006)(14454004)(229853002)(3280700002)(2900100001)(3660700001)(2906002)(25786009)(66066001)(6512007)(6436002)(6486002)(8936002)(7736002)(77096006)(305945005)(68736007)(2501003)(6116002)(3846002)(102836003)(5660300001)(2201001)(86362001)(97736004)(2950100002)(76176011)(110136005)(6506007)(7416002)(4001150100001)(316002)(921003)(1121003);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0401MB1535;H:CY1PR0401MB1536.namprd04.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 X-OriginatorOrg: wdc.com X-MS-Exchange-CrossTenant-Network-Message-Id: 82635731-704b-464d-190c-08d5423d6837 X-MS-Exchange-CrossTenant-originalarrivaltime: 13 Dec 2017 15:23:05.0579 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: b61c8803-16f3-4c35-9b17-6f65f441df86 X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0401MB1535 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vBDFNGkw010968 Content-Length: 474 Lines: 12 On Wed, 2017-12-13 at 16:13 +0900, Byungchul Park wrote: > In addition, I want to say that the current level of > classification is much less than 100% but, since we > have annotated well to suppress wrong reports by > rough classifications, finally it does not come into > view by original lockdep for now. The Linux kernel is not a vehicle for experiments. The majority of false positives should have been fixed before the crossrelease patches were sent to Linus. Bart.