Displaying 20 results from an estimated 77 matches for "naoya".
2016 Apr 04
1
mm/hwpoison: fix wrong num_poisoned_pages account
Forking new thread,
Hello Naoya,
On Mon, Apr 04, 2016 at 04:45:12AM +0000, Naoya Horiguchi wrote:
> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
> > On Fri, Apr 01, 2016 at 02:58:21PM +0200, Vlastimil Babka wrote:
> > > On 03/30/2016 09:12 AM, Minchan Kim wrote:
> > > >Procedure of p...
2016 Apr 04
1
mm/hwpoison: fix wrong num_poisoned_pages account
Forking new thread,
Hello Naoya,
On Mon, Apr 04, 2016 at 04:45:12AM +0000, Naoya Horiguchi wrote:
> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
> > On Fri, Apr 01, 2016 at 02:58:21PM +0200, Vlastimil Babka wrote:
> > > On 03/30/2016 09:12 AM, Minchan Kim wrote:
> > > >Procedure of p...
2016 Apr 05
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote:
> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
> > On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
...
> >>>
> >>> Also (but not your fault) the put_page() preceding
> >>> test_set_page_hwpoison(page)) IMHO deserves a comment saying which
> >>> pin we are releas...
2016 Apr 05
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote:
> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
> > On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
...
> >>>
> >>> Also (but not your fault) the put_page() preceding
> >>> test_set_page_hwpoison(page)) IMHO deserves a comment saying which
> >>> pin we are releas...
2016 Apr 04
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
...and compaction (perhaps also other migration users) has to drain
> > >the lru pvec... Getting rid of this stuff is worth even by itself."
> > >
> > >Cc: Mel Gorman <mgorman at suse.de>
> > >Cc: Hugh Dickins <hughd at google.com>
> > >Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> > >Acked-by: Vlastimil Babka <vbabka at suse.cz>
> > >Signed-off-by: Minchan Kim <minchan at kernel.org>
> >
> > [...]
> >
> > >@@ -974,28 +986,28 @@ static ICE_noinline int unmap_and_move(ne...
2016 Apr 04
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
...and compaction (perhaps also other migration users) has to drain
> > >the lru pvec... Getting rid of this stuff is worth even by itself."
> > >
> > >Cc: Mel Gorman <mgorman at suse.de>
> > >Cc: Hugh Dickins <hughd at google.com>
> > >Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> > >Acked-by: Vlastimil Babka <vbabka at suse.cz>
> > >Signed-off-by: Minchan Kim <minchan at kernel.org>
> >
> > [...]
> >
> > >@@ -974,28 +986,28 @@ static ICE_noinline int unmap_and_move(ne...
2016 Apr 01
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
...> Comment from Vlastimil
> "Yeah, and compaction (perhaps also other migration users) has to drain
> the lru pvec... Getting rid of this stuff is worth even by itself."
>
> Cc: Mel Gorman <mgorman at suse.de>
> Cc: Hugh Dickins <hughd at google.com>
> Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> Acked-by: Vlastimil Babka <vbabka at suse.cz>
> Signed-off-by: Minchan Kim <minchan at kernel.org>
[...]
> @@ -974,28 +986,28 @@ static ICE_noinline int unmap_and_move(new_page_t get_new_page,
> list_del(&page->lr...
2016 Apr 01
2
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
...> Comment from Vlastimil
> "Yeah, and compaction (perhaps also other migration users) has to drain
> the lru pvec... Getting rid of this stuff is worth even by itself."
>
> Cc: Mel Gorman <mgorman at suse.de>
> Cc: Hugh Dickins <hughd at google.com>
> Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> Acked-by: Vlastimil Babka <vbabka at suse.cz>
> Signed-off-by: Minchan Kim <minchan at kernel.org>
[...]
> @@ -974,28 +986,28 @@ static ICE_noinline int unmap_and_move(new_page_t get_new_page,
> list_del(&page->lr...
2016 Apr 05
0
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On 04/05/2016 03:54 AM, Naoya Horiguchi wrote:
> On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote:
>> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
>>> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
> ...
>>>>>
>>>>> Also (but not your fault) the p...
2016 Apr 04
0
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
...mil
> >"Yeah, and compaction (perhaps also other migration users) has to drain
> >the lru pvec... Getting rid of this stuff is worth even by itself."
> >
> >Cc: Mel Gorman <mgorman at suse.de>
> >Cc: Hugh Dickins <hughd at google.com>
> >Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> >Acked-by: Vlastimil Babka <vbabka at suse.cz>
> >Signed-off-by: Minchan Kim <minchan at kernel.org>
>
> [...]
>
> >@@ -974,28 +986,28 @@ static ICE_noinline int unmap_and_move(new_page_t get_new_page,
> &g...
2022 Sep 22
7
[Bug 3474] New: ssh_config can escape double quotes with a backslash
https://bugzilla.mindrot.org/show_bug.cgi?id=3474
Bug ID: 3474
Summary: ssh_config can escape double quotes with a backslash
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2016 Apr 06
1
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Tue, Apr 05, 2016 at 10:20:50AM +0200, Vlastimil Babka wrote:
> On 04/05/2016 03:54 AM, Naoya Horiguchi wrote:
> > On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote:
> >> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
> >>> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
> > ...
> >>>>>
> >>>>> A...
2016 Apr 06
1
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Tue, Apr 05, 2016 at 10:20:50AM +0200, Vlastimil Babka wrote:
> On 04/05/2016 03:54 AM, Naoya Horiguchi wrote:
> > On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote:
> >> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
> >>> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
> > ...
> >>>>>
> >>>>> A...
2016 Apr 04
0
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On 04/04/2016 06:45 AM, Naoya Horiguchi wrote:
> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote:
>> Thanks for catching it, Vlastimil.
>> It was my mistake. But in this chance, I looked over hwpoison code and
>> I saw other places which increases num_poisoned_pages are successful
>> migra...
2016 Mar 14
2
[PATCH v1 01/19] mm: use put_page to free page instead of putback_lru_page
...or count==1 in putback_lru_page() which would
take the put_page() shortcut from there. But maybe it can't be done
nicely without races.
> Cc: Vlastimil Babka <vbabka at suse.cz>
> Cc: Mel Gorman <mgorman at suse.de>
> Cc: Hugh Dickins <hughd at google.com>
> Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> Signed-off-by: Minchan Kim <minchan at kernel.org>
Acked-by: Vlastimil Babka <vbabka at suse.cz>
Note in -next/after 4.6-rc1 this will need some rebasing though.
2016 Mar 14
2
[PATCH v1 01/19] mm: use put_page to free page instead of putback_lru_page
...or count==1 in putback_lru_page() which would
take the put_page() shortcut from there. But maybe it can't be done
nicely without races.
> Cc: Vlastimil Babka <vbabka at suse.cz>
> Cc: Mel Gorman <mgorman at suse.de>
> Cc: Hugh Dickins <hughd at google.com>
> Cc: Naoya Horiguchi <n-horiguchi at ah.jp.nec.com>
> Signed-off-by: Minchan Kim <minchan at kernel.org>
Acked-by: Vlastimil Babka <vbabka at suse.cz>
Note in -next/after 4.6-rc1 this will need some rebasing though.
2014 Oct 05
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015
...ogy and Argonne National Laboratory, USA
**** HPDC'15 POSTERS CHAIR ****
Ana-Maria Oprescu, VU University Amsterdam, The Netherlands
**** HPDC'15 PUBLICITY CHAIR ****
Ioan Raicu, Illinois Institute of Technology and Argonne National Laboratory, USA
Torsten Hoefler, ETH Zurich, Switzerland
Naoya Maruyama, RIKEN Advanced Institute for Computational Science, Japan
**** HPDC'15 PUBLICATIONS CHAIR ****
Antonino Tumeo, Pacific Northwest National Laboratory, USA
**** HPDC'15 TRAVEL AWARD CHAIR ****
Ming Zhao, Florida International University, USA
**** HPDC'15 WEBMASTER CHAIR ****...
2014 Oct 05
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015
...ogy and Argonne National Laboratory, USA
**** HPDC'15 POSTERS CHAIR ****
Ana-Maria Oprescu, VU University Amsterdam, The Netherlands
**** HPDC'15 PUBLICITY CHAIR ****
Ioan Raicu, Illinois Institute of Technology and Argonne National Laboratory, USA
Torsten Hoefler, ETH Zurich, Switzerland
Naoya Maruyama, RIKEN Advanced Institute for Computational Science, Japan
**** HPDC'15 PUBLICATIONS CHAIR ****
Antonino Tumeo, Pacific Northwest National Laboratory, USA
**** HPDC'15 TRAVEL AWARD CHAIR ****
Ming Zhao, Florida International University, USA
**** HPDC'15 WEBMASTER CHAIR ****...
2014 Dec 12
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015 -- Abstracts due 01/12/15
...gy and Argonne National Laboratory, USA
**** HPDC'15 POSTERS CHAIR ****
Ana-Maria Oprescu, VU University Amsterdam, The Netherlands
**** HPDC'15 PUBLICITY CHAIRS ****
Ioan Raicu, Illinois Institute of Technology and Argonne National Laboratory, USA
Torsten Hoefler, ETH Zurich, Switzerland
Naoya Maruyama, RIKEN Advanced Institute for Computational Science, Japan
**** HPDC'15 PUBLICATIONS CHAIR ****
Antonino Tumeo, Pacific Northwest National Laboratory, USA
**** HPDC'15 TRAVEL AWARD CHAIR ****
Ming Zhao, Florida International University, USA
**** HPDC'15 SPONSORSHIP CHAIR ***...
2014 Dec 12
0
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015 -- Abstracts due 01/12/15
...gy and Argonne National Laboratory, USA
**** HPDC'15 POSTERS CHAIR ****
Ana-Maria Oprescu, VU University Amsterdam, The Netherlands
**** HPDC'15 PUBLICITY CHAIRS ****
Ioan Raicu, Illinois Institute of Technology and Argonne National Laboratory, USA
Torsten Hoefler, ETH Zurich, Switzerland
Naoya Maruyama, RIKEN Advanced Institute for Computational Science, Japan
**** HPDC'15 PUBLICATIONS CHAIR ****
Antonino Tumeo, Pacific Northwest National Laboratory, USA
**** HPDC'15 TRAVEL AWARD CHAIR ****
Ming Zhao, Florida International University, USA
**** HPDC'15 SPONSORSHIP CHAIR ***...