TRANSACTION

2021-05-28 Thread VINCENT VITALAS
Dear Sir, May I humbly solicit your confidence Over This Transaction,My Name is Mr. Vincent Vitalas, I am the Regional Bank Manager of BOA CI , I came to know about you in my Private Search for a Reliable and Reputable foreigner to handle this Confidential Transaction. On the course of

TRANSACTION

2021-05-27 Thread VINCENT VITALAS
Dear Sir, May I humbly solicit your confidence Over This Transaction,My Name is Mr. Vincent Vitalas, I am the Regional Bank Manager of BOA CI , I came to know about you in my Private Search for a Reliable and Reputable foreigner to handle this Confidential Transaction. On the course of

TRANSACTION

2020-09-26 Thread Patrick Cisse
Dear Sir, May I humbly solicit your confidence Over This Transaction, I decided to contact you after going to your profile , as I wish to repose my confidence on your discreteness and ability in transaction of this Nature. Let me start by introducing self properly to you, my Name is Mr

Re: [PATCH] binder: Remove bogus warning on failed same-process transaction

2020-08-07 Thread Christian Brauner
On Thu, Aug 06, 2020 at 06:53:59PM +0200, Jann Horn wrote: > While binder transactions with the same binder_proc as sender and recipient > are forbidden, transactions with the same task_struct as sender and > recipient are possible (even though currently there is a weird check in > binder_transacti

Transaction

2020-08-07 Thread Suzana Bah
and my colleagues . Note: There is Practically No Risks Involved in this Transaction , It is 100% Risk Free and Shall Be Legally Bounded, All You Need to do is to Stand as the BENEFICIARY to the Deposit For a Proper Wire to Your Account .If you Find this Proposal Suitable For you, get back

[PATCH AUTOSEL 4.19 187/205] android: binder: no outgoing transaction when thread todo has transaction

2019-11-08 Thread Sasha Levin
From: Sherry Yang [ Upstream commit 44b73962cb25f1c8170ea695c4564b05a75e1fd4 ] When a process dies, failed reply is sent to the sender of any transaction queued on a dead thread's todo list. The sender asserts that the received failed reply corresponds to the head of the transaction stack.

Re: [PATCH net-next] switchdev: Remove unused transaction item queue

2019-03-01 Thread David Miller
From: Florian Fainelli Date: Wed, 27 Feb 2019 16:29:16 -0800 > There are no more in tree users of the > switchdev_trans_item_{dequeue,enqueue} or switchdev_trans_item structure > in the kernel since commit 00fc0c51e35b ("rocker: Change world_ops API > and implementation to be switchdev independan

Re: [PATCH net-next] switchdev: Remove unused transaction item queue

2019-02-27 Thread Jiri Pirko
Thu, Feb 28, 2019 at 01:29:16AM CET, [email protected] wrote: >There are no more in tree users of the >switchdev_trans_item_{dequeue,enqueue} or switchdev_trans_item structure >in the kernel since commit 00fc0c51e35b ("rocker: Change world_ops API >and implementation to be switchdev independant"

[PATCH net-next] switchdev: Remove unused transaction item queue

2019-02-27 Thread Florian Fainelli
t notifier NETEVENT_NEIGH_UPDATE. The device can be programmed with resolved nexthops for the routes as arp_tbl updates. The driver implements ndo_neigh_destroy to know when arp_tbl neighbor entries are purged from the port. - -Transaction item queue -^^ - -For switchdev ops at

Transaction

2018-10-30 Thread Maria Lucas
me and my colleagues . Note: There are Practically No Risks Involved in this Transaction , It is 100% Risk Free and Shall Be Legally Bonded, All You Need to do is to Stand as the BENEFICIARY to the Deposit For a Proper Wire to Your Account .If you Find this Proposal Suitable For you, Kindly

Re: [PATCH] android: binder: no outgoing transaction when thread todo has transaction

2018-08-13 Thread Martijn Coenen
Sherry, this was found by syzkaller, right? In that case, can you add the tag so the issue gets closed automatically when this gets merged? On Tue, Aug 14, 2018 at 2:28 AM, Sherry Yang wrote: > When a process dies, failed reply is sent to the sender of any transaction > queued on

[PATCH] android: binder: no outgoing transaction when thread todo has transaction

2018-08-13 Thread Sherry Yang
When a process dies, failed reply is sent to the sender of any transaction queued on a dead thread's todo list. The sender asserts that the received failed reply corresponds to the head of the transaction stack. This assert can fail if the dead thread is allowed to send outgoing transactions

Re: [PATCH] ANDROID: binder: fix transaction leak.

2017-11-13 Thread Martijn Coenen
On Mon, Nov 13, 2017 at 10:49 AM, Greg KH wrote: > Is this relevant for 4.14 and any older kernels as well? The problem was introduced with fine-grained locking, which is 4.14 and up only. Thanks, Martijn ___ devel mailing list de...@linuxdriverproject

Re: [PATCH] ANDROID: binder: fix transaction leak.

2017-11-13 Thread Greg KH
On Mon, Nov 13, 2017 at 10:06:08AM +0100, Martijn Coenen wrote: > If a call to put_user() fails, we failed to > properly free a transaction and send a failed > reply (if necessary). > > Signed-off-by: Martijn Coenen > --- > drivers/

[PATCH] ANDROID: binder: fix transaction leak.

2017-11-13 Thread Martijn Coenen
If a call to put_user() fails, we failed to properly free a transaction and send a failed reply (if necessary). Signed-off-by: Martijn Coenen --- drivers/android/binder.c | 40 +++- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/drivers

[PATCH 12/37] binder: add log information for binder transaction failures

2017-06-29 Thread Todd Kjos
Add additional information to determine the cause of binder failures. Adds the following to failed transaction log and kernel messages: return_error : value returned for transaction return_error_param : errno returned by binder allocator return_error_line : line number

Transaction

2015-11-14 Thread Mr Chin Sang
Good day I am using this medium to inform you of the transaction for the transfer of $ 2150 (Twenty-one million, five hundred thousand dollars) in my bank in China to you as a receiver. It will be 100% safe, being the financial officer of the deceased customer

Re: [PATCH 05/13] android: binder: refactor binder_transact transaction buffer loop

2015-05-29 Thread Dan Carpenter
uct binder_proc *proc = thread->proc; > + binder_size_t *offp, *off_end, off_min; > + struct flat_binder_object *fp; > + uint32_t result; > + > + if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { > + binder_user_error("%d:%d got tran

[PATCH 07/13] android: binder: add functions for manipulating transaction stack

2015-05-28 Thread Riley Andrews
Add helper functions for manipulating the transaction stack, and for validating the transaction stack during binder transactions and replies. Signed-off-by: Riley Andrews --- drivers/android/binder.c | 126 +-- 1 file changed, 79 insertions(+), 47

[PATCH 05/13] android: binder: refactor binder_transact transaction buffer loop

2015-05-28 Thread Riley Andrews
if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { + binder_user_error("%d:%d got transaction with invalid offsets size, %lld\n", + proc->pid, thread->pid, + (u64)tr->offsets_size

[PATCH 09/13] android: binder: add function for finding prior thread in transaction stack

2015-05-28 Thread Riley Andrews
Add a helper function to find a thread within a transaction stack. Signed-off-by: Riley Andrews --- drivers/android/binder.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index f7f2217..abd5556

[PATCH 05/21] Drivers: hv: vss: process deferred messages when we complete the transaction

2015-04-11 Thread K. Y. Srinivasan
xt) * We will defer processing this callback once * the current transaction is complete. */ - vss_transaction.recv_channel = channel; + vss_transaction.vss_context = context; return; } + vss_

[PATCH 04/21] Drivers: hv: fcopy: process deferred messages when we complete the transaction

2015-04-11 Thread K. Y. Srinivasan
packet(channel, recv_buffer, PAGE_SIZE * 2, &recvlen, &requestid); @@ -333,8 +336,11 @@ static ssize_t fcopy_write(struct file *file, const char __user *buf, * Complete the transaction by forwarding the result * to the host. But first, cancel the timeout.

[PATCH v3 05/21] Drivers: hv: vss: process deferred messages when we complete the transaction

2015-04-09 Thread Vitaly Kuznetsov
vss_respond_to_host(vss_msg->error); + + hv_poll_channel(vss_transaction.vss_context, + hv_vss_onchannelcallback); } @@ -198,9 +201,10 @@ void hv_vss_onchannelcallback(void *context) * We will defer processing this callback once

[PATCH v3 04/21] Drivers: hv: fcopy: process deferred messages when we complete the transaction

2015-04-09 Thread Vitaly Kuznetsov
;requestid); @@ -333,8 +336,11 @@ static ssize_t fcopy_write(struct file *file, const char __user *buf, * Complete the transaction by forwarding the result * to the host. But first, cancel the timeout. */ - if (cancel_delayed_work_sync(&fcopy_work)) + if

[PATCH RFCv2 05/21] Drivers: hv: vss: process deferred messages when we complete the transaction

2015-03-11 Thread Vitaly Kuznetsov
vss_respond_to_host(vss_msg->error); + + hv_poll_channel(vss_transaction.vss_context, + hv_vss_onchannelcallback); } @@ -198,9 +201,10 @@ void hv_vss_onchannelcallback(void *context) * We will defer processing this callback once

[PATCH RFCv2 04/21] Drivers: hv: fcopy: process deferred messages when we complete the transaction

2015-03-11 Thread Vitaly Kuznetsov
;requestid); @@ -333,8 +336,11 @@ static ssize_t fcopy_write(struct file *file, const char __user *buf, * Complete the transaction by forwarding the result * to the host. But first, cancel the timeout. */ - if (cancel_delayed_work_sync(&fcopy_work)) + if

[PATCH 21/37] staging: comedi: pcl818: fix pcl818_handle_dma() for short DMA transaction

2015-01-12 Thread H Hartley Sweeten
Currently this function always transfers the full DMA buffer to the comedi async buffer. When the cmd->stop_src == TRIG_COUNT the last DMA transfer might be smaller than the buffer size. This results in invalid data being added to the asunc buffer. Add a 'size' member to the DMA descriptor and ini

[PATCH 34/94] ext4: disable synchronous transaction batching if max_batch_time==0

2014-07-15 Thread Sam Asadi
From: Eric Sandeen The mount manpage says of the max_batch_time option, This optimization can be turned off entirely by setting max_batch_time to 0. But the code doesn't do that. So fix the code to do that. Signed-off-by: Eric Sandeen Signed-off-by: Theodore Ts'o Cc: sta...@

Re: [PATCH] omapdce : fix transaction corruption due to wrong request id

2013-10-05 Thread Greg KH
On Fri, Oct 04, 2013 at 07:31:03AM +0530, Varun B Patil wrote: > ioctl_codec_process was calling get_paddr() with a wrong pointer as > argument which resulted in wrong req_id being used to get the transaction > inside get_paddr(). > > Signed-off-by: Varun B Patil > --- > dr

[PATCH] omapdce : clear transaction if engine_open rpsend fails

2013-10-03 Thread Varun B Patil
The next time the same transaction structure is used, when the req_id's wrap around, it should be completely cleared (memset) to avoid corruption. Signed-off-by: Varun B Patil --- drivers/staging/omapdce/dce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/st

[PATCH] omapdce : fix transaction corruption due to wrong request id

2013-10-03 Thread Varun B Patil
ioctl_codec_process was calling get_paddr() with a wrong pointer as argument which resulted in wrong req_id being used to get the transaction inside get_paddr(). Signed-off-by: Varun B Patil --- drivers/staging/omapdce/dce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 1/1] Drivers: hv: balloon: Initialize the transaction ID just before sending the packet

2013-07-17 Thread K. Y. Srinivasan
Each message sent from the guest carries with it a transaction ID. Assign the transaction ID just before putting the message on the VMBUS. This would help in debugging on the host side. Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv_balloon.c |4 ++-- 1 files changed, 2 insertions(+), 2