Received: by 10.223.164.202 with SMTP id h10csp343990wrb; Sun, 26 Nov 2017 02:48:14 -0800 (PST) X-Google-Smtp-Source: AGs4zMZnVxEljj8k2wPBDRphtiYg+9wQ1UTq1BpOVSa72FsilznUe850kI/nMEpb33NRgRGTROAl X-Received: by 10.99.47.134 with SMTP id v128mr33965393pgv.232.1511693294149; Sun, 26 Nov 2017 02:48:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511693294; cv=none; d=google.com; s=arc-20160816; b=X8+1+/SE+KnNPiDHuqOwp50nd1C9KC8/AV6xcny12xaCTf6PnixKCjib46qUHA5wil pNITdBHupQs6u+1Mnwtz8Fi9ULOBoJNSo7fGSe7+Ehzix04N+gDHYpm7KEBwEcY3F0Ky jOdakWbm1r8MsofgNhx2qv2wpaRefzybMrNQu+UcrF+tRbFeNePkx1i5DYABi5vB5Xw+ MuuF1QFaSh+DWzegS/EJXM7gDocedpj/6JoMP3pmO6U2VpCDLcChZRr17uZHXQOGPbeg drC6K3WW58gs3m4znFADx7IV4uGzJ5YRbkWglFJnLRoK+sqORVgmWlQ0kdQjkro3NT4l UJFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=ZRJJS1TgYUmSOygnZ3cYf4QfoiEpkdR/Fwy/LRGD/b0=; b=DH4xTrHxjg1+ziwjESk/0tpF8ihDidAgcuLYKClF3ZiQRh1wZDEE8Qp0JiwYG2AWut 33EuNFEV2vT2rQMt+iFsEiugPqp8EMFq92D0QGKEtLvlchqwiI0kN+yFczirvE1rPTXW vFrgUZNAq4eMk7VSF2dF0P8prGRRt9/6PAgxrIEf3rLXP5WuvO47x8w6wiySnGkc4tew Jh5QuACgwyvO1MN3DRqZQ++lyAroQBpVHMmjR7sqzMsa97AGNyK6Htxv36DtVW7QNc6r nve+FIrnhkHykOshxZUtWQYfscoof8BsIQdbVj9c6sEEwEOa/qpFDx+DxKcqEho9wMkH o1RQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m13si21389966pgs.575.2017.11.26.02.48.01; Sun, 26 Nov 2017 02:48:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbdKZKqu (ORCPT + 80 others); Sun, 26 Nov 2017 05:46:50 -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 Received: from [151.40.94.123] (account l.abeni@santannapisa.it HELO sweethome) by santannapisa.it (CommuniGate Pro SMTP 6.1.11) with ESMTPSA id 125720398; Sun, 26 Nov 2017 11:46:47 +0100 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 Precedence: bulk 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 From 1585125238799244422@xxx Sun Nov 26 10:47:08 +0000 2017 X-GM-THRID: 1585106365325514899 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread