]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
udlfb: make a local copy of fb_ops
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 25 Jul 2018 13:41:55 +0000 (15:41 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 25 Jul 2018 13:41:55 +0000 (15:41 +0200)
commit2c29cfc3eaf11779176bf41475cfca49bccba11c
tree8006c93072ddf1325ba670c60f007007d9d223dd
parent564f1807379298dfdb12ed0d5b25fcb89c238527
udlfb: make a local copy of fb_ops

The defio subsystem overwrites the method fb_osp->mmap. That method is
stored in module's static data - and that means that if we have multiple
diplaylink adapters, they will over write each other's method.

In order to avoid interference between multiple adapters, we copy the
fb_ops structure to a device-local memory.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/udlfb.c
include/video/udlfb.h