linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
@ 2016-12-04  1:04 kbuild test robot
  2016-12-04  9:28 ` Ian Kent
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2016-12-04  1:04 UTC (permalink / raw)
  To: Ian Kent
  Cc: kbuild-all, linux-fsdevel, Al Viro, Andrew Morton,
	Linux Memory Management List

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.autofs
head:   75aa916747375486b99966e78755a382f432d63c
commit: fee9da65299be1a18829334b6f74d7dd4d688248 [6/10] autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checks
config: x86_64-randconfig-i0-201649 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout fee9da65299be1a18829334b6f74d7dd4d688248
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31724 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
  2016-12-04  1:04 [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined! kbuild test robot
@ 2016-12-04  9:28 ` Ian Kent
  2016-12-04 15:23   ` Al Viro
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Kent @ 2016-12-04  9:28 UTC (permalink / raw)
  To: Al Viro
  Cc: kbuild-all, linux-fsdevel, Andrew Morton,
	Linux Memory Management List

On Sun, 2016-12-04 at 09:04 +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git
> work.autofs
> head:   75aa916747375486b99966e78755a382f432d63c
> commit: fee9da65299be1a18829334b6f74d7dd4d688248 [6/10] autofs: use
> path_is_mountpoint() to fix unreliable d_mountpoint() checks
> config: x86_64-randconfig-i0-201649 (attached as .config)
> compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
> reproduce:
>         git checkout fee9da65299be1a18829334b6f74d7dd4d688248
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
> > 
> > > 
> > > ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!

Oh wait, I did see this when I looked at vfs.git#work.autofs but was more
concerned with the substance of the changes to pay attention to it.

That would be caused by:
bool path_is_mountpoint(const struct path *path)
{
...
}
EXPORT_SYMBOL(__path_is_mountpoint);

Ian

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
  2016-12-04  9:28 ` Ian Kent
@ 2016-12-04 15:23   ` Al Viro
  2016-12-04 23:31     ` Ian Kent
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2016-12-04 15:23 UTC (permalink / raw)
  To: Ian Kent
  Cc: kbuild-all, linux-fsdevel, Andrew Morton,
	Linux Memory Management List

On Sun, Dec 04, 2016 at 05:28:08PM +0800, Ian Kent wrote:

> Oh wait, I did see this when I looked at vfs.git#work.autofs but was more
> concerned with the substance of the changes to pay attention to it.
> 
> That would be caused by:
> bool path_is_mountpoint(const struct path *path)
> {
> ...
> }
> EXPORT_SYMBOL(__path_is_mountpoint);

Had been fixed and pushed yesterday.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
  2016-12-04 15:23   ` Al Viro
@ 2016-12-04 23:31     ` Ian Kent
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Kent @ 2016-12-04 23:31 UTC (permalink / raw)
  To: Al Viro
  Cc: kbuild-all, linux-fsdevel, Andrew Morton,
	Linux Memory Management List

On Sun, 2016-12-04 at 15:23 +0000, Al Viro wrote:
> On Sun, Dec 04, 2016 at 05:28:08PM +0800, Ian Kent wrote:
> 
> > 
> > Oh wait, I did see this when I looked at vfs.git#work.autofs but was more
> > concerned with the substance of the changes to pay attention to it.
> > 
> > That would be caused by:
> > bool path_is_mountpoint(const struct path *path)
> > {
> > ...
> > }
> > EXPORT_SYMBOL(__path_is_mountpoint);
> Had been fixed and pushed yesterday.

I missed it when I built my test kernel because I compile in the autofs module,
;)

Ian

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-04 23:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04  1:04 [vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined! kbuild test robot
2016-12-04  9:28 ` Ian Kent
2016-12-04 15:23   ` Al Viro
2016-12-04 23:31     ` Ian Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).