Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933190AbYGQVZ4 (ORCPT ); Thu, 17 Jul 2008 17:25:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760322AbYGQVZq (ORCPT ); Thu, 17 Jul 2008 17:25:46 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:50437 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758824AbYGQVZp (ORCPT ); Thu, 17 Jul 2008 17:25:45 -0400 Subject: Re: [GIT *] Allow request_firmware() to be satisfied from in-kernel, use it in more drivers. From: David Woodhouse To: "Rafael J. Wysocki" Cc: Andrew Morton , torvalds@linux-foundation.org, alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org, sam@ravnborg.org In-Reply-To: <200807172242.51251.rjw@sisk.pl> References: <1216077806.27455.85.camel@shinybook.infradead.org> <200807162328.37754.rjw@sisk.pl> <1216248152.1862.21.camel@shinybook.infradead.org> <200807172242.51251.rjw@sisk.pl> Content-Type: text/plain Date: Thu, 17 Jul 2008 14:25:39 -0700 Message-Id: <1216329939.6672.2.camel@shinybook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 29 On Thu, 2008-07-17 at 22:42 +0200, Rafael J. Wysocki wrote: > > HOSTCC firmware/ihex2fw - due to: FORCE > /home/rafael/src/linux-next/firmware/ihex2fw.c:268: fatal error: > opening dependency file firmware/.ihex2fw.d: Read-only file system > compilation terminated. I'm very confused. I can do this... make INSTALL_FW_PATH=/tmp/foo firmware_install su otheruser touch firmware/.ihex2fw.cmd (gives EPERM as expected) make INSTALL_FW_PATH=/tmp/foo2 firmware_install And it _works_ for me, after I've made that change in scripts/Makefile.fwinst. But I don't have .ihex2fw.d -- I have .ihex2fw.cmd. What is in your .ihex2fw.d? And does it work if you include _that_ from firmware/Makefile? /me wonders where Sam is hiding... -- dwmw2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/