Displaying 20 results from an estimated 51 matches for "data_r".
2013 Aug 23
1
[PATCH] VMXNET3: Add support for virtual IOMMU
...sizeof(struct Vmxnet3_TxDesc),
- tq->tx_ring.base, tq->tx_ring.basePA);
+ dma_free_coherent(&adapter->pdev->dev, tq->tx_ring.size *
+ sizeof(struct Vmxnet3_TxDesc),
+ tq->tx_ring.base, tq->tx_ring.basePA);
tq->tx_ring.base = NULL;
}
if (tq->data_ring.base) {
- pci_free_consistent(adapter->pdev, tq->data_ring.size *
- sizeof(struct Vmxnet3_TxDataDesc),
- tq->data_ring.base, tq->data_ring.basePA);
+ dma_free_coherent(&adapter->pdev->dev, tq->data_ring.size *
+ sizeof(struct Vmxnet3_TxDataDesc),
+...
2013 Aug 23
1
[PATCH] VMXNET3: Add support for virtual IOMMU
...sizeof(struct Vmxnet3_TxDesc),
- tq->tx_ring.base, tq->tx_ring.basePA);
+ dma_free_coherent(&adapter->pdev->dev, tq->tx_ring.size *
+ sizeof(struct Vmxnet3_TxDesc),
+ tq->tx_ring.base, tq->tx_ring.basePA);
tq->tx_ring.base = NULL;
}
if (tq->data_ring.base) {
- pci_free_consistent(adapter->pdev, tq->data_ring.size *
- sizeof(struct Vmxnet3_TxDataDesc),
- tq->data_ring.base, tq->data_ring.basePA);
+ dma_free_coherent(&adapter->pdev->dev, tq->data_ring.size *
+ sizeof(struct Vmxnet3_TxDataDesc),
+...
2008 Apr 17
1
Dbox + imap_quota still crashing on 1.1rc4
...sql:/usr/local/dovecot/etc/dovecot-dict-quota.conf
expire: db:/usr/local/dovecot/var/lib/dovecot/expire.db
--------------------------
Core was generated by `imap'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000000004640f9 in mail_index_get_header_ext (view=0x0, ext_id=2,
data_r=0x7fffdbbcff90,
data_size_r=0x7fffdbbcff88) at mail-index-view.c:550
550 view->v.get_header_ext(view, NULL, ext_id, data_r,
data_size_r);
(gdb) bt full
#0 0x00000000004640f9 in mail_index_get_header_ext (view=0x0, ext_id=2,
data_r=0x7fffdbbcff90,
data_size_r=0x7fffdbbcff88...
2008 Sep 16
2
assertion failure in current hg, file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (1.1.3 was working fine)
...rgs=0xbfe643a4 "mG\022\b/\001") at failures.c:430
No locals.
#5 0x080f6ac0 in i_panic (format=0x8124778 "file %s: line %d (%s):
assertion failed: (%s)") at failures.c:197
args = 0xbfe643a4 "mG\022\b/\001"
#6 0x080fcb64 in i_stream_read_data (stream=0x9094a08,
data_r=0xbfe64444, size_r=0xbfe64440, threshold=0) at istream.c:303
ret = -1
read_more = false
__PRETTY_FUNCTION__ = "i_stream_read_data"
#7 0x08065ba1 in imap_fetch_send (ctx=0x90716e0, output=0x90714ec,
input=0x9094a08, cr_skipped=false, virtual_size=169,
add_missing_e...
2008 Apr 01
0
Dovecot 1.1rc3 crashes with Dbox + imap_quota plugin
...sion:
...
5 getquota *
5 NO Quota root doesn't exist.
6 getquotaroot inbox
Connection closed by foreign host.
------
Got the backtrace from a coredump as well:
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000463d99 in mail_index_get_header_ext (view=0x0, ext_id=2,
data_r=0x7fff8ad72140,
data_size_r=0x7fff8ad72138) at mail-index-view.c:550
550 view->v.get_header_ext(view, NULL, ext_id, data_r,
data_size_r);
----
(gdb) bt full
#0 0x0000000000463d99 in mail_index_get_header_ext (view=0x0, ext_id=2,
data_r=0x7fff8ad72140,
data_size_r=0x...
2019 Dec 03
0
[p2v PATCH 6/6] Remove whole-file.c
...0644
--- a/p2v.h
+++ b/p2v.h
@@ -125,9 +125,6 @@ extern char *get_if_addr (const char *if_name);
extern char *get_if_vendor (const char *if_name, int truncate);
extern void wait_network_online (const struct config *);
-/* whole-file.c */
-extern int read_whole_file (const char *filename, char **data_r, size_t *size_r);
-
/* virt-v2v version and features (read from remote). */
extern char *v2v_version;
diff --git a/whole-file.c b/whole-file.c
deleted file mode 100644
index 156bb9b..0000000
--- a/whole-file.c
+++ /dev/null
@@ -1,94 +0,0 @@
-/* libguestfs
- * Copyright (C) 2011-2019 Red Hat Inc...
2019 May 24
2
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...istream-header-filter.c:447
#15 0x00007ffff738131a in i_stream_read_memarea (stream=stream at entry=0x55555584b870) at istream.c:313
#16 0x00007ffff738165f in i_stream_read (stream=stream at entry=0x55555584b870) at istream.c:271
#17 0x00007ffff738204d in i_stream_read_data (stream=0x55555584b870, data_r=data_r at entry=0x7fffffffdbe8, size_r=size_r at entry=0x7fffffffdbf0, threshold=threshold at entry=1) at istream.c:745
#18 0x00007ffff73573f8 in i_stream_read_bytes (wanted=2, size_r=0x7fffffffdbf0, data_r=0x7fffffffdbe8, stream=<optimized out>) at ../../src/lib/istream.h:217
#19 message_par...
2005 Jun 08
2
Debugging test72
...ray->buffer->used / array->element_size;
This is the stack trace:
(gdb) where
#0 mail_index_map_get_ext_idx (map=0x1200c0db0, ext_id=0, idx_r=0x11ffe828)
at ../../src/lib/array.h:280
#1 0x120058dcc in _view_lookup_ext_full (view=0x1200c0db0, seq=0, ext_id=0,
map_r=0x11ffe898, data_r=0x11ffe8a0) at mail-index-view.c:395
#2 0x120059468 in mail_index_lookup_ext_full (view=0x1301100d4, seq=0,
ext_id=301983784, map_r=0x1300e2078, data_r=0x1200c4f14)
at mail-index-view.c:561
#3 0x12005912c in mail_index_lookup_keywords (view=0x1200c4e00, seq=0,
keyword_idx=0x11ffe8f...
2013 Aug 20
2
[PATCH] VMXNET3: Add support for virtual IOMMU
..._ring.size * sizeof(tq->buf_info[0]),
+ tq->buf_info, tq->buf_info_pa);
+ tq->buf_info = NULL;
+ }
}
@@ -496,6 +500,8 @@ static int
vmxnet3_tq_create(struct vmxnet3_tx_queue *tq,
struct vmxnet3_adapter *adapter)
{
+ size_t sz;
+
BUG_ON(tq->tx_ring.base || tq->data_ring.base ||
tq->comp_ring.base || tq->buf_info);
@@ -525,10 +531,12 @@ vmxnet3_tq_create(struct vmxnet3_tx_queue *tq,
goto err;
}
- tq->buf_info = kcalloc(tq->tx_ring.size, sizeof(tq->buf_info[0]),
- GFP_KERNEL);
+ sz = tq->tx_ring.size * sizeof(tq->bu...
2013 Aug 20
2
[PATCH] VMXNET3: Add support for virtual IOMMU
..._ring.size * sizeof(tq->buf_info[0]),
+ tq->buf_info, tq->buf_info_pa);
+ tq->buf_info = NULL;
+ }
}
@@ -496,6 +500,8 @@ static int
vmxnet3_tq_create(struct vmxnet3_tx_queue *tq,
struct vmxnet3_adapter *adapter)
{
+ size_t sz;
+
BUG_ON(tq->tx_ring.base || tq->data_ring.base ||
tq->comp_ring.base || tq->buf_info);
@@ -525,10 +531,12 @@ vmxnet3_tq_create(struct vmxnet3_tx_queue *tq,
goto err;
}
- tq->buf_info = kcalloc(tq->tx_ring.size, sizeof(tq->buf_info[0]),
- GFP_KERNEL);
+ sz = tq->tx_ring.size * sizeof(tq->bu...
2019 May 24
0
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...-filter.c:447
> #15 0x00007ffff738131a in i_stream_read_memarea (stream=stream at entry=0x55555584b870) at istream.c:313
> #16 0x00007ffff738165f in i_stream_read (stream=stream at entry=0x55555584b870) at istream.c:271
> #17 0x00007ffff738204d in i_stream_read_data (stream=0x55555584b870, data_r=data_r at entry=0x7fffffffdbe8, size_r=size_r at entry=0x7fffffffdbf0, threshold=threshold at entry=1) at istream.c:745
> #18 0x00007ffff73573f8 in i_stream_read_bytes (wanted=2, size_r=0x7fffffffdbf0, data_r=0x7fffffffdbe8, stream=<optimized out>) at ../../src/lib/istream.h:217
> #19 m...
2020 Jan 10
0
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...istream-header-filter.c:446
#15 0x00007ffff737b2ea in i_stream_read_memarea (stream=stream at entry=0x5555558747c0) at istream.c:313
#16 0x00007ffff737b62f in i_stream_read (stream=stream at entry=0x5555558747c0) at istream.c:271
#17 0x00007ffff737c00d in i_stream_read_data (stream=0x5555558747c0, data_r=data_r at entry=0x7fffffffdc08, size_r=size_r at entry=0x7fffffffdc10, threshold=threshold at entry=1) at istream.c:745
#18 0x00007ffff734ba58 in i_stream_read_bytes (wanted=2, size_r=0x7fffffffdc10, data_r=0x7fffffffdc08, stream=<optimized out>) at ../../src/lib/istream.h:217
#19 message_par...
2007 Feb 03
0
Traffic goes not through filters.
...LASS_ID="${QDISC_ID}:${MAINCLASS_HANDLE}"
# HANDLE 10 is reserved for VOIP
HTTP_HANDLE="20"
HTTP_CLASS_ID="${QDISC_ID}:${HTTP_HANDLE}"
HTTP_RATE="64Kbit"
HTTP_PRIO="3"
DATA_HANDLE="30"
DATA_CLASS_ID="${QDISC_ID}:${DATA_HANDLE}"
DATA_RATE="192Kbit"
DATA_PRIO="2"
# Check the parameter
case "$1" in
start)
# The root queue
tc qdisc add dev ${DEV} root handle ${QDISC_ID}: htb default
${QDISC_DEFAULT_HTB}
# The main Class with the full bandwitdth of 256Kbit
tc class add dev ${DEV} paren...
2016 Aug 19
2
Crash on opening mailbox
...ized out>
#13 0x00007f328d321e03 in i_stream_read (stream=stream at entry=0x7d52a0) at istream.c:174
_stream = 0x7d5230
old_size = 1
ret = <optimized out>
__FUNCTION__ = "i_stream_read"
#14 0x00007f328d32283d in i_stream_read_data (stream=0x7d52a0, data_r=data_r at entry=0x7ffc6c9df6d8, size_r=size_r at entry=0x7ffc6c9df6e0, threshold=threshold at entry=1) at istream.c:563
ret = <optimized out>
read_more = false
__FUNCTION__ = "i_stream_read_data"
#15 0x00007f328d303042 in message_parse_header_next (ctx=0x7e2e...
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
...locals.
#6 0x080c839b in tview_lookup_full (view=0x9425230, seq=1, map_r=0xbf98d3f8,
expunged_r=0xbf98d3c7) at mail-index-transaction-view.c:106
rec = (const struct mail_index_record *) 0x9434838
#7 0x080cea95 in view_lookup_ext_full (view=0x9425230, seq=1, ext_id=4,
map_r=0xbf98d3f8, data_r=0xbf98d3f4, expunged_r=0xbf98d3c7)
at mail-index-view.c:414
rec = <value optimized out>
#8 0x080c85cf in tview_lookup_ext_full (view=0x9425230, seq=1, ext_id=4,
map_r=0xbf98d3f8, data_r=0xbf98d3f4, expunged_r=0xbf98d3c7)
at mail-index-transaction-view.c:408
ext_buf = (const un...
2015 Nov 16
0
[PATCH] p2v: Send physical server 'dmesg' output to debug dir on conversion server.
...ror (void);
/* utils.c */
@@ -124,6 +124,9 @@ extern char *get_if_addr (const char *if_name);
extern char *get_if_vendor (const char *if_name, int truncate);
extern void wait_network_online (const struct config *);
+/* whole-file.c */
+extern int read_whole_file (const char *filename, char **data_r, size_t *size_r);
+
/* virt-v2v version and features (read from remote). */
extern int v2v_major;
extern int v2v_minor;
diff --git a/p2v/ssh.c b/p2v/ssh.c
index cd059c5..6dc6854 100644
--- a/p2v/ssh.c
+++ b/p2v/ssh.c
@@ -848,7 +848,8 @@ wait_for_prompt (mexp_h *h)
mexp_h *
start_remote_conne...
2020 Jul 27
2
Crash during "doveadm import"
...istream-header-filter.c:446
#15 0x00007ffff737fc94 in i_stream_read_memarea (stream=stream at entry=0x5555558795b0) at istream.c:313
#16 0x00007ffff737ffc9 in i_stream_read (stream=stream at entry=0x5555558795b0) at istream.c:271
#17 0x00007ffff738093d in i_stream_read_data (stream=0x5555558795b0, data_r=data_r at entry=0x7fffffffdc18, size_r=size_r at entry=0x7fffffffdc20, threshold=threshold at entry=1) at istream.c:745
#18 0x00007ffff73519c8 in i_stream_read_bytes (wanted=2, size_r=0x7fffffffdc20, data_r=0x7fffffffdc18, stream=<optimized out>) at ../../src/lib/istream.h:217
#19 message_par...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...t vmxnet3_tx_queue *tq,
+ struct vmxnet3_adapter *adapter)
+{
+ if (tq->tx_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->tx_ring.size *
+ sizeof(struct Vmxnet3_TxDesc),
+ tq->tx_ring.base, tq->tx_ring.basePA);
+ tq->tx_ring.base = NULL;
+ }
+ if (tq->data_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->data_ring.size *
+ sizeof(struct Vmxnet3_TxDataDesc),
+ tq->data_ring.base, tq->data_ring.basePA);
+ tq->data_ring.base = NULL;
+ }
+ if (tq->comp_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->comp_...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...t vmxnet3_tx_queue *tq,
+ struct vmxnet3_adapter *adapter)
+{
+ if (tq->tx_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->tx_ring.size *
+ sizeof(struct Vmxnet3_TxDesc),
+ tq->tx_ring.base, tq->tx_ring.basePA);
+ tq->tx_ring.base = NULL;
+ }
+ if (tq->data_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->data_ring.size *
+ sizeof(struct Vmxnet3_TxDataDesc),
+ tq->data_ring.base, tq->data_ring.basePA);
+ tq->data_ring.base = NULL;
+ }
+ if (tq->comp_ring.base) {
+ pci_free_consistent(adapter->pdev, tq->comp_...
2015 Sep 29
8
[PATCH 0/7] copy-in/copy-out: Capture errors from tar subprocess (RHBZ#1267032).
Commits 3c27f3d91e1566854747bbe844186783fc84f3a8 and
1b6f0daa9ae7fcc94e389232d0c397816cda973d added an internal API for
running commands asynchronously. It is only used by the copy-in and
copy-out APIs.
Unfortunately this made the command code very complex: it was almost
impossible to redirect stderr to a file, and there were a lot of
long-range dependencies through the file. It was also buggy: