Displaying 20 results from an estimated 44 matches for "decriptor".
Did you mean:
descriptor
2020 Jun 09
1
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
...> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.
I think, *throughout the tree* is not appropriate* here. This patch
has fixed it within the file. With that,
Acked-by: Souptick Joarder <jrdr.linux at gmail.com>
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> Reviewed-by: David Hildenbrand <david at redhat.com>
> ---
> mm/balloon_compaction.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/...
2020 Jun 15
0
[PATCH 00/17] spelling.txt: /decriptors/descriptors/
On Tue, Jun 09, 2020 at 01:45:53PM +0100, Kieran Bingham wrote:
> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
>
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
>
> Cc:
2020 Jun 15
0
[PATCH 00/17] spelling.txt: /decriptors/descriptors/
On Tue, 9 Jun 2020 13:45:53 +0100, Kieran Bingham wrote:
> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
>
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
>
> [...]
Applied
2020 Jun 16
0
[PATCH 00/17] spelling.txt: /decriptors/descriptors/
On Tue, 9 Jun 2020 13:45:53 +0100, Kieran Bingham wrote:
> I wouldn't normally go through spelling fixes, but I caught sight of
> this typo twice, and then foolishly grepped the tree for it, and saw how
> pervasive it was.
>
> so here I am ... fixing a typo globally... but with an addition in
> scripts/spelling.txt so it shouldn't re-appear ;-)
>
> [...]
Applied
2003 Mar 11
0
"Failed to create stdout file decriptor" while adding a printer
Hi List,
I receive to above message in my logfile when I try to add a printer.
My addprinter.sh script contains this and has root:root, 0755 rights
echo "Add: $1 $2 $3 $4 $5" >> /tmp/addprinter
(just for debugging perpose..., it's never been called at all)
The important part of [global] contains:
load priners = yes
printing = lprng
printer admin = ries, @ntadmin
show add
2020 Jun 10
0
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
Hello!
On 09.06.2020 17:34, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
decriptor -> descriptor really. ;-)
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> Reviewed-by: David Hildenbrand <david at redhat.com>
> ---
> mm/balloon_compaction.c | 4 ++--
> 1 file changed, 2 insertio...
2020 Jun 09
0
[PATCH 15/17] mm: Fix trivial spelling
On 09.06.20 14:46, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
"mm/balloon_compaction:" is a better subject prefix
Reviewed-by: David Hildenbrand <david at redhat.com>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> ---
> virtio-mem-v3.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
> index 26de020aa...
2020 Jun 09
0
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
On Tue, Jun 09, 2020 at 03:34:12PM +0100, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> Reviewed-by: David Hildenbrand <david at redhat.com>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
Trivial tree pls.
> ---
> mm/balloon_compaction.c | 4 ++--...
2019 Jun 07
1
[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
...-60,7 +60,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
/*
* balloon_page_dequeue - removes a page from balloon's page list and returns
- * the its address to allow the driver release the page.
+ * its address to allow the driver to release the page.
* @b_dev_info: balloon device decriptor where we will grab a page from.
*
* Driver must call it to properly de-allocate a previous enlisted balloon page
--
2.17.1
2019 Jun 07
1
[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
...-60,7 +60,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue);
/*
* balloon_page_dequeue - removes a page from balloon's page list and returns
- * the its address to allow the driver release the page.
+ * its address to allow the driver to release the page.
* @b_dev_info: balloon device decriptor where we will grab a page from.
*
* Driver must call it to properly de-allocate a previous enlisted balloon page
--
2.17.1
2018 Jun 07
2
[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
.../virtio-spec) extended
> > existing virtio-blk protocol, adding extra DISCARD and WRITE ZEROES
> > commands support.
> >
> > While here, using 16 bytes descriptor to describe one segment of DISCARD
> > or WRITE ZEROES commands, each command may contain one or more
> decriptors.
> >
> > The following data structure shows the definition of one descriptor:
> >
> > struct virtio_blk_discard_write_zeroes {
> > le64 sector;
> > le32 num_sectors;
> > le32 unmap;
> > };
> >
> > Field 'sector...
2018 Jun 07
2
[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
.../virtio-spec) extended
> > existing virtio-blk protocol, adding extra DISCARD and WRITE ZEROES
> > commands support.
> >
> > While here, using 16 bytes descriptor to describe one segment of DISCARD
> > or WRITE ZEROES commands, each command may contain one or more
> decriptors.
> >
> > The following data structure shows the definition of one descriptor:
> >
> > struct virtio_blk_discard_write_zeroes {
> > le64 sector;
> > le32 num_sectors;
> > le32 unmap;
> > };
> >
> > Field 'sector...
2018 Jun 11
1
[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
...lk protocol, adding extra DISCARD and WRITE ZEROES
> > > > commands support.
> > > >
> > > > While here, using 16 bytes descriptor to describe one segment of DISCARD
> > > > or WRITE ZEROES commands, each command may contain one or more
> > > decriptors.
> > > >
> > > > The following data structure shows the definition of one descriptor:
> > > >
> > > > struct virtio_blk_discard_write_zeroes {
> > > > le64 sector;
> > > > le32 num_sectors;
> > > >...
2019 Jul 18
1
[PATCH v3 2/2] balloon: fix up comments
...alloon_page_enqueue);
>
> /*
> * balloon_page_dequeue - removes a page from balloon's page list and
> returns
> - * the its address to allow the driver release the page.
> + * its address to allow the driver to release the page.
> * @b_dev_info: balloon device decriptor where we will grab a page from.
> *
> - * Driver must call it to properly de-allocate a previous enlisted balloon
> page
> - * before definetively releasing it back to the guest system.
> - * This function returns the page address for the recently dequeued page or
> - * NULL in...
2019 Jun 11
0
[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
...PL(balloon_page_enqueue);
>
> /*
> * balloon_page_dequeue - removes a page from balloon's page list and returns
> - * the its address to allow the driver release the page.
> + * its address to allow the driver to release the page.
> * @b_dev_info: balloon device decriptor where we will grab a page from.
> *
> * Driver must call it to properly de-allocate a previous enlisted balloon page
>
Reviewed-by: David Hildenbrand <david at redhat.com>
--
Thanks,
David / dhildenb
2017 Jun 09
0
Accented letters in shared USB drive (was: Share USB pendrive in ADSL router)
...the problem is about latin accented characters such as bontà, perché,
ragù, ecc... in file names on command line. In my home directory I have many
files such named, but when I want to copy them into the vfat shared USB driver
there are encoding problems: those characters are messing and `Bad file
decriptor' error messages sometimes appear.
...For example, when I copy the ~/università to /mnt/shared, I get:
universit\ �/
Or, if in /mnt/shared I do: `touch affinché', I get:
affinch\ �
I've never had this problem before, in my Linux home directory. Please suggest
whoever can how to f...
2019 Apr 24
1
[PATCH v3 1/4] mm/balloon_compaction: list interfaces
...b_dev_info->pages_lock, flags);
> + return n_pages;
> +}
> +EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
> +
> +/**
> + * balloon_page_list_dequeue() - removes pages from balloon's page list and
> + * returns a list of the pages.
> + * @b_dev_info: balloon device decriptor where we will grab a page from.
> + * @pages: pointer to the list of pages that would be returned to the caller.
> + * @n_req_pages: number of requested pages.
> + *
> + * Driver must call this function to properly de-allocate a previous enlisted
> + * balloon pages before definetive...
2019 Feb 07
0
[PATCH 3/6] mm/balloon_compaction: list interfaces
...>> +}
> >> +EXPORT_SYMBOL_GPL(balloon_page_list_enqueue);
> >> +
> >> +/**
> >> + * balloon_page_list_dequeue() - removes pages from balloon's page list and
> >> + * returns a list of the pages.
> >> + * @b_dev_info: balloon device decriptor where we will grab a page from.
> >> + * @pages: pointer to the list of pages that would be returned to the caller.
> >> + * @n_req_pages: number of requested pages.
> >> + *
> >> + * Driver must call it to properly de-allocate a previous enlisted balloon pages
&...
2018 Jun 07
0
[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
...https://github.com/oasis-tcs/virtio-spec) extended
> existing virtio-blk protocol, adding extra DISCARD and WRITE ZEROES
> commands support.
>
> While here, using 16 bytes descriptor to describe one segment of DISCARD
> or WRITE ZEROES commands, each command may contain one or more decriptors.
>
> The following data structure shows the definition of one descriptor:
>
> struct virtio_blk_discard_write_zeroes {
> le64 sector;
> le32 num_sectors;
> le32 unmap;
> };
>
> Field 'sector' means the start sector for DISCARD and WR...
2019 Jul 18
2
[PATCH v3 1/2] mm/balloon_compaction: avoid duplicate page removal
From: Wei Wang <wei.w.wang at intel.com>
A #GP is reported in the guest when requesting balloon inflation via
virtio-balloon. The reason is that the virtio-balloon driver has
removed the page from its internal page list (via balloon_page_pop),
but balloon_page_enqueue_one also calls "list_del" to do the removal.
This is necessary when it's used from balloon_page_enqueue_list,