search for: page_mkclean

Displaying 10 results from an estimated 10 matches for "page_mkclean".

2019 Mar 14
2
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
On 2019/3/14 ??6:42, Michael S. Tsirkin wrote: >>>>> Which means after we fix vhost to add the flush_dcache_page after >>>>> kunmap, Parisc will get a double hit (but it also means Parisc >>>>> was the only one of those archs needed explicit cache flushes, >>>>> where vhost worked correctly so far.. so it kinds of proofs your
2019 Mar 14
2
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
On 2019/3/14 ??6:42, Michael S. Tsirkin wrote: >>>>> Which means after we fix vhost to add the flush_dcache_page after >>>>> kunmap, Parisc will get a double hit (but it also means Parisc >>>>> was the only one of those archs needed explicit cache flushes, >>>>> where vhost worked correctly so far.. so it kinds of proofs your
2019 Mar 14
0
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
...ll work equally optimally on 32bit with <= 700M of RAM. Talking to Jerome about the set_page_dirty issue, he raised the point of what happens if two thread calls a mmu notifier invalidate simultaneously. The first mmu notifier could call set_page_dirty and then proceed in try_to_free_buffers or page_mkclean and then the concurrent mmu notifier that arrives second, then must not call set_page_dirty a second time. With KVM sptes mappings and vhost mappings you would call set_page_dirty (if you invoked gup with FOLL_WRITE) only when effectively tearing down any secondary mapping (you've got pointers...
2007 May 01
0
CESA-2007:169 Important CentOS 5 x86_64 Kernel - Security Update
...66115ab78dac8731a1a449 kernel-2.6.18-8.1.3.el5.src.rpm -------- Changelog since previous release of the kernel package: * Mon Apr 30 2007 Karanbir Singh <kbsingh at centos.org> - Roll in CentOS Changes * Mon Apr 16 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.3.el5] - [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605] * Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5] - [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816] (CVE-2007-0771) - [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller ) [23225...
2007 May 01
0
CESA-2007:169 Important CentOS 5 i386 Kernel - Security Update
...66115ab78dac8731a1a449 kernel-2.6.18-8.1.3.el5.src.rpm -------- Changelog since previous release of the kernel package: * Mon Apr 30 2007 Karanbir Singh <kbsingh at centos.org> - Roll in CentOS Changes * Mon Apr 16 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.3.el5] - [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605] * Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5] - [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816] (CVE-2007-0771) - [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller ) [232257]...
2019 Jul 23
2
[PATCH 5/6] vhost: mark dirty pages during map uninit
On Tue, Jul 23, 2019 at 03:57:17AM -0400, Jason Wang wrote: > We don't mark dirty pages if the map was teared down outside MMU > notifier. This will lead untracked dirty pages. Fixing by marking > dirty pages during map uninit. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fixes: 7f466032dc9e ("vhost: access vq metadata through kernel virtual
2019 Jul 23
2
[PATCH 5/6] vhost: mark dirty pages during map uninit
On Tue, Jul 23, 2019 at 03:57:17AM -0400, Jason Wang wrote: > We don't mark dirty pages if the map was teared down outside MMU > notifier. This will lead untracked dirty pages. Fixing by marking > dirty pages during map uninit. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fixes: 7f466032dc9e ("vhost: access vq metadata through kernel virtual
2007 May 02
0
CentOS-announce Digest, Vol 27, Issue 1
...66115ab78dac8731a1a449 kernel-2.6.18-8.1.3.el5.src.rpm -------- Changelog since previous release of the kernel package: * Mon Apr 30 2007 Karanbir Singh <kbsingh at centos.org> - Roll in CentOS Changes * Mon Apr 16 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.3.el5] - [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605] * Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5] - [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816] (CVE-2007-0771) - [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller ) [23225...
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com> Hi, This is mostly Jerome's work, converting the block/bio and related areas to call put_user_page*() instead of put_page(). Because I've changed Jerome's patches, in some cases significantly, I'd like to get his feedback before we actually leave him listed as the author (he might want to disown some or all of these). I added a
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com> Hi, This is mostly Jerome's work, converting the block/bio and related areas to call put_user_page*() instead of put_page(). Because I've changed Jerome's patches, in some cases significantly, I'd like to get his feedback before we actually leave him listed as the author (he might want to disown some or all of these). I added a