* Re: linux-next: Tree for June 27 (uml)
[not found] <20110627161656.688820b9.sfr@canb.auug.org.au>
@ 2011-06-27 15:27 ` Randy Dunlap
2011-06-27 16:30 ` [uml-devel] " Richard Weinberger
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2011-06-27 15:27 UTC (permalink / raw)
To: Stephen Rothwell, Richard Weinberger, Jeff Dike
Cc: linux-next, LKML, user-mode-linux-devel
On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20110624:
uml defconfig builds on x86 (32-bit and 64-bit) fail with:
fs/hostfs/hostfs_kern.c:756: error: 'mask' undeclared (first use in this function)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] linux-next: Tree for June 27 (uml)
2011-06-27 15:27 ` linux-next: Tree for June 27 (uml) Randy Dunlap
@ 2011-06-27 16:30 ` Richard Weinberger
2011-06-27 16:42 ` Al Viro
0 siblings, 1 reply; 4+ messages in thread
From: Richard Weinberger @ 2011-06-27 16:30 UTC (permalink / raw)
To: Randy Dunlap
Cc: Stephen Rothwell, user-mode-linux-devel, Jeff Dike, LKML,
linux-next, viro
Am Montag 27 Juni 2011, 17:27:33 schrieb Randy Dunlap:
> On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote:
> > Hi all,
>
> > Changes since 20110624:
> uml defconfig builds on x86 (32-bit and 64-bit) fail with:
>
> fs/hostfs/hostfs_kern.c:756: error: 'mask' undeclared (first use in this
> function)
Hmm, "->permission() sanitizing: don't pass flags to ->permission()" is the evil doer.
Al?
Thanks,
//richard
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for June 27 (uml)
2011-06-27 16:30 ` [uml-devel] " Richard Weinberger
@ 2011-06-27 16:42 ` Al Viro
2011-06-27 17:01 ` [uml-devel] " Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2011-06-27 16:42 UTC (permalink / raw)
To: Richard Weinberger
Cc: Randy Dunlap, Stephen Rothwell, Jeff Dike, linux-next, LKML,
user-mode-linux-devel
On Mon, Jun 27, 2011 at 06:30:43PM +0200, Richard Weinberger wrote:
> Am Montag 27 Juni 2011, 17:27:33 schrieb Randy Dunlap:
> > On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote:
> > > Hi all,
> >
> > > Changes since 20110624:
> > uml defconfig builds on x86 (32-bit and 64-bit) fail with:
> >
> > fs/hostfs/hostfs_kern.c:756: error: 'mask' undeclared (first use in this
> > function)
>
> Hmm, "->permission() sanitizing: don't pass flags to ->permission()" is the evil doer.
> Al?
Gyah... s/mask/desired/ in that line. Will fold...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] linux-next: Tree for June 27 (uml)
2011-06-27 16:42 ` Al Viro
@ 2011-06-27 17:01 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2011-06-27 17:01 UTC (permalink / raw)
To: Al Viro
Cc: Randy Dunlap, Stephen Rothwell, user-mode-linux-devel, Jeff,
Richard Weinberger, Dike, LKML, linux-next
On Mon, 27 Jun 2011 17:42:59 +0100 Al Viro wrote:
> On Mon, Jun 27, 2011 at 06:30:43PM +0200, Richard Weinberger wrote:
> > Am Montag 27 Juni 2011, 17:27:33 schrieb Randy Dunlap:
> > > On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote:
> > > > Hi all,
> > >
> > > > Changes since 20110624:
> > > uml defconfig builds on x86 (32-bit and 64-bit) fail with:
> > >
> > > fs/hostfs/hostfs_kern.c:756: error: 'mask' undeclared (first use in this
> > > function)
> >
> > Hmm, "->permission() sanitizing: don't pass flags to ->permission()" is the evil doer.
> > Al?
>
> Gyah... s/mask/desired/ in that line. Will fold...
Ack, that works, thanks.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-27 17:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110627161656.688820b9.sfr@canb.auug.org.au>
2011-06-27 15:27 ` linux-next: Tree for June 27 (uml) Randy Dunlap
2011-06-27 16:30 ` [uml-devel] " Richard Weinberger
2011-06-27 16:42 ` Al Viro
2011-06-27 17:01 ` [uml-devel] " Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox