From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdKZKqv (ORCPT ); Sun, 26 Nov 2017 05:46:51 -0500 Received: from mail.santannapisa.it ([193.205.80.98]:53280 "EHLO mail.santannapisa.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbdKZKqu (ORCPT ); Sun, 26 Nov 2017 05:46:50 -0500 Date: Sun, 26 Nov 2017 11:46:42 +0100 From: luca abeni To: Jakub Kicinski Cc: Matthew Wilcox , Ingo Molnar , Dan Carpenter , LKML Subject: Re: Sparse warnings from sched.h Message-ID: <20171126114642.494d86a9@sweethome> In-Reply-To: <20171125214611.4238da3a@cakuba.netronome.com> References: <20171125214611.4238da3a@cakuba.netronome.com> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 25 Nov 2017 21:46:11 -0800 Jakub Kicinski wrote: > Hi! > > Did these: > > ./include/linux/sched.h:476:62: error: dubious one-bit signed bitfield > ./include/linux/sched.h:477:62: error: dubious one-bit signed bitfield > ./include/linux/sched.h:478:62: error: dubious one-bit signed bitfield > ./include/linux/sched.h:479:62: error: dubious one-bit signed bitfield > > got fixed? I saw there were patches posted, but nothing have reached > Linus's tree, yet. I think a fix is in the tip tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=aa5222e92f8000ed3c1c38dddf11c83222aadfb3 Luca