From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751930AbdKZFqV (ORCPT ); Sun, 26 Nov 2017 00:46:21 -0500 Received: from mx4.wp.pl ([212.77.101.12]:9484 "EHLO mx4.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750720AbdKZFqU (ORCPT ); Sun, 26 Nov 2017 00:46:20 -0500 Date: Sat, 25 Nov 2017 21:46:11 -0800 From: Jakub Kicinski To: Matthew Wilcox , luca abeni , Ingo Molnar , Dan Carpenter Cc: LKML Subject: Sparse warnings from sched.h Message-ID: <20171125214611.4238da3a@cakuba.netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-WP-MailID: 8e7a174f95877759217fccc88e22c8d5 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000A [wTMU] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.