search for: mmap_region

Displaying 15 results from an estimated 15 matches for "mmap_region".

2011 Aug 24
0
Bug#639112: xen: DomU access to dual-ported RAM area on PCI card fails
...all Trace: [ 357.820021] [<c10042e5>] ? xen_mc_flush+0xa2/0x150 [ 357.820021] [<c1005051>] ? xen_leave_lazy_mmu+0x5/0xa [ 357.820021] [<c10a4910>] ? remap_pfn_range+0x286/0x303 [ 357.820021] [<c892846e>] ? uio_mmap+0xbc/0xe1 [uio] [ 357.820021] [<c10a81ed>] ? mmap_region+0x267/0x443 [ 357.820021] [<c109e10a>] ? sys_mmap_pgoff+0xc8/0x147 [ 357.820021] [<c128fb5c>] ? do_debug+0x117/0x126 [ 357.820021] [<c1008f7c>] ? syscall_call+0x7/0xb [ 357.820021] ------------[ cut here ]------------ [ 357.820021] WARNING: at /tmp/buildd/linux-2.6-2.6.32/...
2016 Jun 30
1
[PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration
...t file *filp, struct vm_area_structd *vma) > { > struct file *newfile = movable_inode_getfile("[test"], > filep->f_op, &test_aops); > vma->vm_file = newfile; > .. > .. > } > > When I read mmap_region in mm/mmap.c, it's reasonable usecase > which dirver's mmap changes vma->vm_file with own file. I will look into these details. > Anyway, it needs many subtle changes in mm/vfs/driver side so > need to review from each maintainers related subsystem so I > want to not be hur...
2016 Jun 30
1
[PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration
...t file *filp, struct vm_area_structd *vma) > { > struct file *newfile = movable_inode_getfile("[test"], > filep->f_op, &test_aops); > vma->vm_file = newfile; > .. > .. > } > > When I read mmap_region in mm/mmap.c, it's reasonable usecase > which dirver's mmap changes vma->vm_file with own file. I will look into these details. > Anyway, it needs many subtle changes in mm/vfs/driver side so > need to review from each maintainers related subsystem so I > want to not be hur...
2016 Jun 27
2
[PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration
On 06/16/2016 11:07 AM, Minchan Kim wrote: > On Thu, Jun 16, 2016 at 09:12:07AM +0530, Anshuman Khandual wrote: >> On 06/16/2016 05:56 AM, Minchan Kim wrote: >>> On Wed, Jun 15, 2016 at 12:15:04PM +0530, Anshuman Khandual wrote: >>>> On 06/15/2016 08:02 AM, Minchan Kim wrote: >>>>> Hi, >>>>> >>>>> On Mon, Jun 13, 2016 at
2016 Jun 27
2
[PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration
On 06/16/2016 11:07 AM, Minchan Kim wrote: > On Thu, Jun 16, 2016 at 09:12:07AM +0530, Anshuman Khandual wrote: >> On 06/16/2016 05:56 AM, Minchan Kim wrote: >>> On Wed, Jun 15, 2016 at 12:15:04PM +0530, Anshuman Khandual wrote: >>>> On 06/15/2016 08:02 AM, Minchan Kim wrote: >>>>> Hi, >>>>> >>>>> On Mon, Jun 13, 2016 at
2016 Jun 28
0
[PATCH v6v3 02/12] mm: migrate: support non-lru movable page migration
...gt;vm_file with new one. int test_mmap(struct file *filp, struct vm_area_structd *vma) { struct file *newfile = movable_inode_getfile("[test"], filep->f_op, &test_aops); vma->vm_file = newfile; .. .. } When I read mmap_region in mm/mmap.c, it's reasonable usecase which dirver's mmap changes vma->vm_file with own file. Anyway, it needs many subtle changes in mm/vfs/driver side so need to review from each maintainers related subsystem so I want to not be hurry. Thanks. > > - Anshuman >
2017 Nov 24
0
Changing performance.parallel-readdir to on causes CPU soft lockup and very high load all glusterd nodes
...0:55:53 n01c01 kernel: [196591.960285] [<ffffffff811ba2ec>] ? > path_openat+0x9c/0x680 > Nov 10 20:55:53 n01c01 kernel: [196591.960289] [<ffffffff8116c0fc>] ? > handle_mm_fault+0x63c/0x1150 > Nov 10 20:55:53 n01c01 kernel: [196591.960292] [<ffffffff8117253c>] ? > mmap_region+0x19c/0x650 > Nov 10 20:55:53 n01c01 kernel: [196591.960294] [<ffffffff811bb07a>] ? > do_filp_open+0x3a/0x90 > Nov 10 20:55:53 n01c01 kernel: [196591.960297] [<ffffffff811c736c>] ? > __alloc_fd+0x7c/0x120 > Nov 10 20:55:53 n01c01 kernel: [196591.960302] [<ffffffff81...
2017 Nov 14
3
Changing performance.parallel-readdir to on causes CPU soft lockup and very high load all glusterd nodes
...walk+0x1ab/0x870 Nov 10 20:55:53 n01c01 kernel: [196591.960285] [<ffffffff811ba2ec>] ? path_openat+0x9c/0x680 Nov 10 20:55:53 n01c01 kernel: [196591.960289] [<ffffffff8116c0fc>] ? handle_mm_fault+0x63c/0x1150 Nov 10 20:55:53 n01c01 kernel: [196591.960292] [<ffffffff8117253c>] ? mmap_region+0x19c/0x650 Nov 10 20:55:53 n01c01 kernel: [196591.960294] [<ffffffff811bb07a>] ? do_filp_open+0x3a/0x90 Nov 10 20:55:53 n01c01 kernel: [196591.960297] [<ffffffff811c736c>] ? __alloc_fd+0x7c/0x120 Nov 10 20:55:53 n01c01 kernel: [196591.960302] [<ffffffff811aa169>] ? do_sys_open...
2013 Jan 03
2
3.8-rc2: EFI framebuffer lock inversion...
...] __blocking_notifier_call_chain+0x51/0xc0 [<ffffffff81069841>] blocking_notifier_call_chain+0x11/0x20 [<ffffffff81262a16>] fb_notifier_call_chain+0x16/0x20 [<ffffffff81263196>] fb_blank+0x36/0xc0 [<ffffffff81263fa7>] do_fb_ioctl+0x2f7/0x5f0 [<ffffffff810e8d1a>] ? mmap_region+0x1aa/0x620 [<ffffffff812646e1>] fb_ioctl+0x41/0x50 [<ffffffff811209d7>] do_vfs_ioctl+0x97/0x580 [<ffffffff8112c49a>] ? fget_light+0x3da/0x4d0 [<ffffffff8155ad7b>] ? sysret_check+0x1b/0x56 [<ffffffff81120f0b>] sys_ioctl+0x4b/0x90 [<ffffffff8122c03e>] ? trac...
2010 Nov 16
7
[Bug 31644] New: Nouveau driver with "Gigabyte nVidia 9600GT" - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=31644 Summary: Nouveau driver with "Gigabyte nVidia 9600GT" - black screen Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the DDX. It's tested on G80 but nowhere else currently, I thought some discussion would be a good idea rather than just ripping it out :) The non-KMS paths are messy, and lets face it, rotting badly. IMO the KMS code is stable enough now that we can continue without the UMS crutch, and indeed, the KMS code supports a lot more
2013 May 19
29
[Bug 64774] New: nouveau GF108 kernel crash in optimus mode when enabling external display output
https://bugs.freedesktop.org/show_bug.cgi?id=64774 Priority: medium Bug ID: 64774 Assignee: nouveau at lists.freedesktop.org Summary: nouveau GF108 kernel crash in optimus mode when enabling external display output QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified
2014 Apr 02
17
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
N.B. Sorry for the duplicate. This patch series were resent as the original one was rejected by the vger.kernel.org list server due to long header. There is no change in content. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit
2014 Apr 02
17
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
N.B. Sorry for the duplicate. This patch series were resent as the original one was rejected by the vger.kernel.org list server due to long header. There is no change in content. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad