From: Pranith Kumar Subject: Re: [PATCH] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion Date: Fri, 29 Jan 2016 23:49:29 -0500 Message-ID: References: <1442146833-13652-1-git-send-email-lixi@ddn.com> <1442146833-13652-4-git-send-email-lixi@ddn.com> <20160103230534.GE6682@dastard> <20160130044151.GA5925@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Dave Chinner , Li Xi , "open list:OVERLAYFS FILESYSTEM" , linux-ext4@vger.kernel.org, "open list:KERNEL SELFTEST F..." , adilger@dilger.ca, Jan Kara , Al Viro , hch@infradead.org, dmonakhov@openvz.org To: "Theodore Ts'o" Return-path: Received: from mail-yk0-f170.google.com ([209.85.160.170]:36679 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbcA3Et7 (ORCPT ); Fri, 29 Jan 2016 23:49:59 -0500 In-Reply-To: <20160130044151.GA5925@thunk.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Jan 29, 2016 at 11:41 PM, Theodore Ts'o wrote: > So on my Debain system, I don't update linux-libc-dev when I install a > new upstream kernel built using "make deb-pkg". I'll still a new > version of the linux-image-*.deb file, and maybe a newer version of > linux-firmware-*.dev, but I don't bother installing the > linux-headers-*.deb file (since I don't compile external kernel > modules), and I don't bother installing linux-libc-dev-*.deb (because > of situations like this, where the userspace include files need ot be > updated in sync, and this should be the distribution's problem to > handle). I am using a debian system and built the kernel using "make bindeb-pkg". This generated the following debs: linux-firmware-image-4.5.0-rc1+_4.5.0-rc1+-2_powerpc.deb linux-image-4.5.0-rc1+_4.5.0-rc1+-2_powerpc.deb linux-headers-4.5.0-rc1+_4.5.0-rc1+-2_powerpc.deb linux-libc-dev_4.5.0-rc1+-2_powerpc.deb which I installed as I usually do to test new system calls or run other tests. I'll try to update the uapi header files manually and see how it goes... Thanks! -- Pranith