Re: [Intel-gfx] [PATCH 1/2] i915: convert to new mount API

2019-08-02 Thread Sergey Senozhatsky
On (08/02/19 13:54), Chris Wilson wrote: [..] > > int i915_gemfs_init(struct drm_i915_private *i915) > > { > > + struct fs_context *fc = NULL; > > struct file_system_type *type; > > struct vfsmount *gemfs; > > + bool ok = true; > > Start with ok = false, we only need

Re: [Intel-gfx] [PATCH 1/2] i915: convert to new mount API

2019-08-02 Thread Chris Wilson
Quoting Sergey Senozhatsky (2019-08-02 13:39:55) > tmpfs does not set ->remount_fs() anymore and its users need > to be converted to new mount API. > > BUG: kernel NULL pointer dereference, address: > PF: supervisor instruction fetch in kernel mode > PF: error_code(0x0010) - no

[Intel-gfx] [PATCH 1/2] i915: convert to new mount API

2019-08-02 Thread Sergey Senozhatsky
tmpfs does not set ->remount_fs() anymore and its users need to be converted to new mount API. BUG: kernel NULL pointer dereference, address: PF: supervisor instruction fetch in kernel mode PF: error_code(0x0010) - not-present page RIP: 0010:0x0 Code: Bad RIP value. Call Tra