From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752119AbdKZKqR (ORCPT ); Sun, 26 Nov 2017 05:46:17 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:46300 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbdKZKqQ (ORCPT ); Sun, 26 Nov 2017 05:46:16 -0500 Date: Sun, 26 Nov 2017 02:46:11 -0800 From: Matthew Wilcox To: Jakub Kicinski Cc: luca abeni , Ingo Molnar , Dan Carpenter , LKML Subject: Re: Sparse warnings from sched.h Message-ID: <20171126104611.GA29930@bombadil.infradead.org> References: <20171125214611.4238da3a@cakuba.netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171125214611.4238da3a@cakuba.netronome.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2017 at 09:46:11PM -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 got an email from tipbot indicating that Ingo merged it to sched/urgent. Commit-ID: aa5222e92f8000ed3c1c38dddf11c83222aadfb3 Gitweb: https://git.kernel.org/tip/aa5222e92f8000ed3c1c38dddf11c83222aadfb3 Author: Dan Carpenter AuthorDate: Fri, 13 Oct 2017 10:01:22 +0300 Committer: Ingo Molnar CommitDate: Tue, 21 Nov 2017 09:25:01 +0100