--
I am Mrs samira mohamed
Hi Friend I am a bank director of the UBA Bank Plc bf .I want to
transfer an abandoned sum of 27.5 millions USD to you through ATM
VISA CARD .50% will be for you. No risk involved. Contact me for more
details. Kindly reply me back to my alternative email
address
Hi Ming,
Thanks for taking a look into this. Can you please see my inline comments
in below mail?
Regards,
Gulam Mohamed.
-Original Message-
From: Ming Lei
Sent: Thursday, March 25, 2021 7:16 AM
To: Gulam Mohamed
Cc: h...@infradead.org; linux-kernel@vger.kernel.org;
linux-bl
$dir`; do
if [ ! -e $dir/$i ]; then
echo "broken link: $dir/$i"
exit 1
fi
done
parted /dev/sdb -s print
iscsiadm -m node -T iqn.2016-01.com.example:target2 -p 100.100.242.162:3260
-u
iter_count=`expr $iter_count + 1`
done
Regards,
Gulam Mohamed.
> On 21 Jan 2021, at 19:15, Marc Zyngier wrote:
>
> On 2021-01-21 17:55, Will Deacon wrote:
>> On Thu, Jan 21, 2021 at 04:25:54PM +, Marc Zyngier wrote:
>>> On 2021-01-21 15:12, Mohamed Mediouni wrote:
>>>> Please ignore that patch.
>>>>
>
> On 21 Jan 2021, at 18:37, Rob Herring wrote:
>
> On Thu, Jan 21, 2021 at 10:43 AM Mohamed Mediouni
> wrote:
>>> On 21 Jan 2021, at 17:40, Rob Herring wrote:
>>> On Thu, Jan 21, 2021 at 6:52 AM Mohamed Mediouni
>>> wrote:
>>>>> On 21
> On 21 Jan 2021, at 17:40, Rob Herring wrote:
>
> On Thu, Jan 21, 2021 at 6:52 AM Mohamed Mediouni
> wrote:
>>
>>
>>
>>> On 21 Jan 2021, at 13:44, Arnd Bergmann wrote:
>>>
>>> On Wed, Jan 20, 2021 at 2:27 PM Mohamed Mediouni
&
> On 21 Jan 2021, at 16:09, Arnd Bergmann wrote:
>
> On Thu, Jan 21, 2021 at 3:10 PM Marc Zyngier wrote:
>> On 2021-01-21 13:34, Mohamed Mediouni wrote:
>>>> On 21 Jan 2021, at 14:22, Marc Zyngier wrote:
>>> Because UART access adapters for the new M1
> On 21 Jan 2021, at 13:47, Will Deacon wrote:
>
> On Thu, Jan 21, 2021 at 11:44:23AM +, Marc Zyngier wrote:
>> On 2021-01-21 11:27, Will Deacon wrote:
>>> On Wed, Jan 20, 2021 at 02:27:13PM +0100, Mohamed Mediouni wrote:
>>>> Use nGnRnE instead of
> On 21 Jan 2021, at 14:22, Marc Zyngier wrote:
>
> On 2021-01-21 12:50, Mohamed Mediouni wrote:
>>> On 21 Jan 2021, at 13:44, Arnd Bergmann wrote:
>>> On Wed, Jan 20, 2021 at 2:27 PM Mohamed Mediouni
>
> [...]
>
>>>> + aic.
> On 21 Jan 2021, at 13:44, Arnd Bergmann wrote:
>
> On Wed, Jan 20, 2021 at 2:27 PM Mohamed Mediouni
> wrote:
>
>> +#ifdef CONFIG_SMP
>> +static void apple_aic_ipi_send_mask(struct irq_data *d,
>> + const struct cpumask *
> On 21 Jan 2021, at 11:52, Arnd Bergmann wrote:
>
> On Wed, Jan 20, 2021 at 2:27 PM Mohamed Mediouni
> wrote:
>> --- a/arch/arm64/kernel/cpu_ops.c
>> +++ b/arch/arm64/kernel/cpu_ops.c
>
>> #if defined(CONFIG_STACKPROTECTOR) &&
>> !defi
From: Stan Skowronek
This includes IPI support and a workaround for non-working WFI on
Apple processors.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
drivers/irqchip/irq-apple-aic.c | 177 +---
1 file changed, 165 insertions(+), 12 deletions
From: Stan Skowronek
WFI drops register state on Apple Silicon for SMP systems.
This hook will be used for a hardware workaround in the
Apple CPU start driver.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
arch/arm64/include/asm/cpu_ops.h | 2 ++
arch/arm64/kernel
From: Stan Skowronek
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
arch/arm64/Kconfig.platforms | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6eecdef538bd..cc52519d4f67 100644
--- a/arch/arm64
> On 20 Jan 2021, at 17:47, Alexander Graf wrote:
>
> On 20.01.21 14:27, Mohamed Mediouni wrote:
>> Use nGnRnE instead of nGnRE on Apple SoCs to workaround a serious hardware
>> quirk.
>> On Apple processors, writes using the nGnRE device memory type get dropped
> On 20 Jan 2021, at 18:11, Alexander Graf wrote:
>
> On 20.01.21 14:27, Mohamed Mediouni wrote:
>> From: Stan Skowronek
>> Apple SoCs use the Apple AIC interrupt controller.
>> The Arm architectural timers is wired over FIQ on that hardware.
>> Signed-off-
> On 20 Jan 2021, at 14:16, Marc Zyngier wrote:
>
> Hi Mohamed,
>
> On 2021-01-20 11:36, Mohamed Mediouni wrote:
>> From: Stan Skowronek
>> On Apple processors, the timer is wired through FIQ.
>
> Which timer? There are at least 3, potentially 4 timers
Use nGnRnE instead of nGnRE on Apple SoCs to workaround a serious hardware
quirk.
On Apple processors, writes using the nGnRE device memory type get dropped in
flight,
getting to nowhere.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
arch/arm64/mm/proc.S | 26
From: Stan Skowronek
This driver is needed to spawn CPUs for SMP
on Apple Silicon platforms.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
.../devicetree/bindings/arm/cpus.yaml | 1 +
arch/arm64/kernel/Makefile| 1 +
arch/arm64/kernel
From: Stan Skowronek
Apple SoCs use the Apple AIC interrupt controller.
The Arm architectural timers is wired over FIQ on that hardware.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
.../interrupt-controller/apple,aic.yaml | 49
MAINTAINERS
for WFI on the hardware.
What is not present:
- Device tree, will be present in a future version of this
patchset
- More devices.
Thank you,
Mohamed Mediouni (1):
arm64: mm: use nGnRnE instead of nGnRE on Apple processors
Stan Skowronek (6):
arm64: kernel: FIQ support
arm64: kernel:
From: Stan Skowronek
On Apple processors, the timer is wired through FIQ.
As such, add FIQ support to the kernel.
Signed-off-by: Stan Skowronek
Signed-off-by: Mohamed Mediouni
---
arch/arm64/include/asm/arch_gicv3.h | 2 +-
arch/arm64/include/asm/assembler.h | 8 ++--
arch/arm64/include
From: Stan Skowronek
On Apple processors, the timer is wired through FIQ.
As such, add FIQ support to the kernel.
Signed-off-by: Stan Skowronek
---
arch/arm64/include/asm/arch_gicv3.h | 2 +-
arch/arm64/include/asm/assembler.h | 8 ++--
arch/arm64/include/asm/daifflags.h | 4 +-
arch/arm6
From: Stan Skowronek
WFI drops register state on Apple Silicon for SMP systems.
This hook will be used for a hardware workaround in the
Apple CPU start driver.
Signed-off-by: Stan Skowronek
---
arch/arm64/include/asm/cpu_ops.h | 2 ++
arch/arm64/kernel/cpu_ops.c | 6 ++
arch/arm64/
across WFI.
As such, put a mechanism in cpu_ops to put a custom
sleep function instead.
- use nGnRnE instead of nGnRE on Apple processors
Device-nGnRE writes go to nowhere on Apple processors, as
such use MAIR to change those to Device-nGnRE writes.
Mohamed Mediouni (1):
arm64: mm: use nGnRnE
From: Mohamed Mediouni
Use nGnRnE instead of nGnRE on Apple SoCs to workaround a serious hardware
quirk.
On Apple processors, writes using the nGnRE device memory type get dropped in
flight,
getting to nowhere.
Signed-off-by: Mohamed Mediouni
Signed-off-by: Stan Skowronek
---
arch/arm64
nnect and stop_conn set this flag to indicate set_param calls for
connection level settings should fail 3. This way, scsi_transport_iscsi can set
and check this bit for all drivers 2. On bind_conn clear the bit
Signed-off-by: Gulam Mohamed
---
drivers/scsi/scsi_transport_iscsi.c |
--
I am Mr Kasim Mohamed
Hi Friend I am a bank director of the UBA Bank Plc bf .I want to
transfer an abandoned sum of 27.5 millions USD to you through ATM
VISA CARD .50% will be for you. No risk involved. Contact me for more
details. Kindly reply me back to my alternative email
address
Gentle reminder.
Regards,
Gulam Mohamed.
-Original Message-
From: Gulam Mohamed
Sent: Thursday, November 5, 2020 11:11 AM
To: Lee Duncan ; Chris Leech ; James E.J.
Bottomley ; Martin K. Petersen
; open-is...@googlegroups.com;
linux-s...@vger.kernel.org; linux-kernel@vger.kernel.org
be invoked in user-space again to
recover the session
Signed-off-by: Gulam Mohamed
Reviewed-by: Junxiao Bi
---
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index df47557a02a3..fd668a194053 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -711,6 +711,12
On Tuesday, October 20, 2020 3:36 PM, Dan Williams
wrote:
>
> What does Linux get from merging mpool?
>
What Linux gets from merging mpool is a generic object store target with some
unique and beneficial features:
- the ability to allocate objects from multiple classes of media
- faciliti
Hi Dan,
On Friday, October 16, 2020 4:12 PM, Dan Williams
wrote:
>
> On Fri, Oct 16, 2020 at 2:59 PM Nabeel Meeramohideen Mohamed
> (nmeeramohide) wrote:
> >
> > On Thursday, October 15, 2020 2:03 AM, Christoph Hellwig
> wrote:
> > > I don't think
On Thursday, October 15, 2020 2:03 AM, Christoph Hellwig
wrote:
> I don't think this belongs into the kernel. It is a classic case for
> infrastructure that should be built in userspace. If anything is
> missing to implement it in userspace with equivalent performance we
> need to improve out i
ierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mlog_utils.c | 1352
drivers/mpool/mlog_utils.h | 63 ++
2 files changed, 1415 insertions(+)
create mode 100644 drivers/mpool/mlog_utils.c
c
igned-off-by: Nabeel M Mohamed
---
.../userspace-api/ioctl/ioctl-number.rst | 3 +-
drivers/mpool/mpool-locking.rst | 90 +++
2 files changed, 92 insertions(+), 1 deletion(-)
create mode 100644 drivers/mpool/mpool-locking.rst
diff --git a/Documentation/userspac
loped-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mpctl.c | 1560 +
1 file changed, 1560 insertions(+)
diff --git a/drivers/mpool/mpctl.c b/drivers/mpool/mpctl.c
index 21eb7ac4610b..de62f9a5524d 100644
-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/omf.h | 593
drivers/mpool/omf_if.h
-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/pmd.c | 2046 +++
drivers/mpool/pmd_obj.c |8 -
2 files changed, 2046 insertions(+), 8
s the in-memory format to the current
on-media format.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c
: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mpctl.c | 670 +-
1 file changed, 667 insertions(+), 3 deletions(-)
diff
This adds the Kconfig and Makefile for mpool.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/Kconfig| 2
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mcache.c | 43 +++
drivers/mpool/mcache.h | 8 +
drivers/mpool/mpctl.c | 15 +
drivers/mpool
Mohamed
---
drivers/mpool/mpcore.c | 987 +
1 file changed, 987 insertions(+)
create mode 100644 drivers/mpool/mpcore.c
diff --git a/drivers/mpool/mpcore.c b/drivers/mpool/mpcore.c
new file mode 100644
index ..246baedcdcec
--- /dev/null
+++ b
layer.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c|8 +
drivers/mpool/omf.c |2 -
drivers/
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mp.c | 1086
1 file changed, 1086 insertions(+)
create mode 100644 drivers/mpool/mp.c
diff --git a/drivers/mpool/mp.c b/drivers/mpool/mp.c
new file mode 100644
index
-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mlog.c | 1667 ++
1 file changed, 1667 insertions(+)
create mode 100644 drivers/mpool/mlog.c
-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c | 20 ++
drivers/mpool/init.h | 3 +
drivers/mpool/mpctl.c |
f-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c | 16 +
drivers/mpool/init.h |2 +
drivers/mpool/mcache.c | 1029
drivers/mpool/mcache.h | 96
drivers/mpo
container 0 (MDC-0).
MDC-0 is introduced in a future patch.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c | 8
*)
- Mblock cache management (MPIOC_VMA_*)
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/assert.h | 25
d to satisfy an allocation
request - usable or spare or usable then spare or
spare then usable.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: N
interface
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mclass.h | 137 +++
drivers/mpool/mlog.h| 212
iew comments from Randy and Hillf:
* Updates ioctl-number.rst file with mpool driver's ioctl code
* Fixes issues in the usage of printk_timed_ratelimit()
- Fixes a readahead issue found by internal testing
Nabeel M Mohamed (22):
mpool: add utility routines and ioctl definitions
mpool: add in-mem
Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/mdc.c | 486
drivers/mpool/mdc.h | 106 ++
2
f-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
---
drivers/mpool/init.c | 31 +++-
drivers/mpool/init.h | 12 ++
drivers/mpool/pd.c | 424
-life for the
mblock in its associated MDC-K when deleting it and read/write
mblock data.
Co-developed-by: Greg Becker
Signed-off-by: Greg Becker
Co-developed-by: Pierre Labat
Signed-off-by: Pierre Labat
Co-developed-by: John Groves
Signed-off-by: John Groves
Signed-off-by: Nabeel M Mohamed
Assalamu alaikum
My name is Mr. Mohamed Musa, I am a staff working with the Bank Of
Africa here in Ouagadougou,Burkina Faso.
I want you to help me in receiving the sum of Twenty Seven Million Two
Hundred thousand Dollars ($27,200,000) into your Bank Account. This
fund was deposited in the bank
Hi Hillf,
On Wednesday, September 30, 2020 5:27 AM, Hillf Danton wrote:
> On Mon, 28 Sep 2020 11:45:13 -0500 Nabeel M Mohamed wrote:
> >
> > +/* Rate limited version of mp_pr_err(). */
> > +#define mp_pr_rl(_fmt, _err, ...)
Hi Randy,
On Tuesday, September 29, 2020 6:13 PM, Randy Dunlap
wrote:
> On 9/28/20 9:45 AM, nmeeramoh...@micron.com wrote:
> > + if (_IOC_TYPE(cmd) != MPIOC_MAGIC)
> Hi,
>
> MPIOC_MAGIC is defined in patch 01/22.
> It should also be added to Documentation/userspace-api/ioctl/ioctl-number.rst.
Assalamu alaikum
My name is Mr. Mohamed Musa, I am a staff working with the Bank of Africa here
in Ouagadougou,Burkina Faso.
I want you to help me in receiving the sum of Twenty Seven Million Two Hundred
thousand Dollars ($27,200,000) into your Bank Account. This fund was deposited
in the
Fixing some typo errors in traces.h file
Signed-off-by: Mohamed Dawod
---
Chagnes in v2:
- Modifying the mail subject and the commit message
Chagnes in v1:
- Fixing some typo errors in wfx/traces.h file
drivers/staging/wfx/traces.h | 6 +++---
1 file changed, 3 insertions(+), 3
Fixing some typo errors in traces.h file
Signed-off-by: Mohamed Dawod
---
drivers/staging/wfx/traces.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wfx/traces.h b/drivers/staging/wfx/traces.h
index bb9f7e9..80e131c 100644
--- a/drivers/staging/wfx
Fixing some typo errors in traces.h file
Signed-off-by: Mohamed Dawod
---
drivers/staging/wfx/traces.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wfx/traces.h b/drivers/staging/wfx/traces.h
index bb9f7e9..80e131c 100644
--- a/drivers/staging/wfx
. Also change the data type of
local variable hostnum of the function __scsi_host_match() to unsigned
int.
Signed-off-by: Gulam Mohamed
Reviewed-by: Joe Jin
Reviewed-by: Fred Herard
---
drivers/scsi/hosts.c | 4 ++--
include/scsi/scsi_host.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions
fixing some typo errors in traces.h file
Signed-off-by: Mohamed Dawod
---
drivers/staging/wfx/traces.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wfx/traces.h b/drivers/staging/wfx/traces.h
index bb9f7e9..80e131c 100644
--- a/drivers/staging/wfx
Assalamu alaykum wa Rahmatullahi wa Barakatuh.,
I am Mohammed Compaore, the manager of Bill and Exchange at the
Foreign Remittance Department in my bank here in Burkina Faso,
As you are not a nationality of my country I need you to help me in
receiving the sum of ($50,000.000.00) Fifty Million Un
Greetings My Dear Friend,
Before I introduce myself, I wish to inform you that this letter is not a hoax
mail and I urge you to treat it serious.This letter must come to you as a big
surprise, but I believe it is only a day that people meet and become great
friends and business partners. Pl
Greetings My Dear Friend,
Before I introduce myself, I wish to inform you that this letter is not a hoax
mail and I urge you to treat it serious.This letter must come to you as a big
surprise, but I believe it is only a day that people meet and become great
friends and business partners. Pl
Hello Dear Friend,
My name is Mr. Mohamed Allyson. I have decided to seek a confidential
co-operation with you in the execution of the deal described
here-under for our both mutual benefit and I hope you will keep it a
top secret because of the nature of the transaction, During the
course of
For your kind Attention Sir,
I am looking to work with a reputable individual/firm to engage in a
profit oriented ventures in your country and perhaps with your
assistance, we could get low tax rates. I have the directive of H.E
Mohamed Abdullah former Petroleum Minister from Libya to source for
consider this message essential and confidential.
first and foremost I have to introduce myself to you I am Mr.Akram
Mohamed, from Burkina Faso in west Africa, the Audit and Account
Manager BANK OF AFRICA (BOA) in Ouagadougou Burkina Faso west Africa.
I had the intent to contact you over transfer of
--
Dear Friend,
I am writing this mail to you with heavy tears In my eyes and great
sorrow in my heart, My Name is Mrs Aicha Mohamed and I am contacting
you from my country Tunisia I want to tell you this because i don't
have any other option than to tell you as I was touched to open up t
:..
Am waiting for your urgent reply so that we will starts immediately, Sorry if
you received this letter in your spam, Due to recent connection error here in
my country.
May Almighty God Bless You!
Regards
Mr. Kamal Ali Mohamed.
Replace direct comparisons to NULL
This problem was detected by checkpatch.
Signed-off-by: Mohamed Wasif
---
drivers/cpufreq/cpufreq.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 6e6c1fb..ca3542e 100644
be 100% risk free and it will be legally
backed up with official documents. Once you are interested to transact this
business with me, kindly give me your consent response immediately.
Hoping to hear from you.
My regards,
Mr.Kamal Ali Mohamed
Dear friend,
My name is Mr Kamal Ali Mohamed . I am working with one of the prime banks here
in Burkina Faso. Here in this bank existed a dormant account for many years,
which belong to one of our late foreign customer.
When I discovered that there had been neither deposits nor withdrawals
e-mail id:
(alimohamedka...@terra.com).
Sorry if you received this letter in your spam, Due to recent connection error
here in my country.
Thanks and best regards,
Mr.Ali Mohamed Kamal.
Dear friend,
My name is Mr Kamal Ali Mohamed . I am working with one of the prime banks here
in Burkina Faso. Here in this bank existed a dormant account for many years,
which belong to one of our late foreign customer.
When I discovered that there had been neither deposits nor withdrawals
connection error here in
my country.
May Almighty God Bless You!
Regards,
Mr. Kamal Ali Mohamed.
Dear friend,
My name is Mr Kamal Ali Mohamed . I am working with one of the prime banks here
in Burkina Faso. Here in this bank existed a dormant account for many years,
which belong to one of our late foreign customer.
When I discovered that there had been neither deposits nor withdrawals
Hi Friend I am a banker in UBA BANK .I want to transfer an abandoned sum of
10.5 millions USD to your account.50% will be for you. No risk involved.
Contact me for more details. Kindly reply me back to my alternative email
address ( samiramohamed5...@gmail.com ) mrs samira mohamed
fixing all errors and warning of checkpatch.pl for
crypto/wp512.c
Signed-off-by: Ahmed Mohamed
---
crypto/wp512.c | 120 -
1 file changed, 60 insertions(+), 60 deletions(-)
diff --git a/crypto/wp512.c b/crypto/wp512.c
index 7ee5a04
fixing all errors and most warning of checkpatch.pl for
crypto/blkcipher.c
Signed-off-by: Ahmed Mohamed
---
crypto/blkcipher.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c
index 11b9814..4530ff9 100644
--- a/crypto
ned-off-by: Ahmed Mohamed
---
Documentation/email-clients.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/email-clients.txt
b/Documentation/email-clients.txt
index c7d49b8..3fa4508 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/email-clients.
y.c
Signed-off-by: Ahmed Mohamed
---
security/security.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/security.c b/security/security.c
index 595fffa..99c2d3b 100644
--- a/security/security.c
+++ b/security/security.c
@@ -308,7 +308,7 @@ int security_sb_sta
This patch fixes the following in checkpatch.pl error:
space required after that ','
Signed-off-by: Mariam Mohamed Fawzy
---
drivers/staging/fbtft/fb_bd663474.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fb_bd663474.c
b/drivers/sta
This patch fixes the following checkpatch.pl error:
space prohibited after that open parenthesis '('
Signed-off-by: Mariam Mohamed Fawzy
---
drivers/staging/fbtft/fb_bd663474.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/fbtft/fb_bd6
This patch fixes the following checkpatch.pl error:
space prohibited before that close parenthesis ')'
Signed-off-by: Mariam Mohamed Fawzy
---
drivers/staging/fbtft/fb_bd663474.c | 98 ++---
1 file changed, 49 insertions(+), 49 deletions(-)
diff --git
This patchset fixes three coding style errors in the file
fb_bd663474.c located in the driver fbtft
Mariam Mohamed Fawzy (3):
fix space prohibited before that close parenthesis ')'
fix space prohibited after that open parenthesis '('
fix space required after that &
This patch fixes the following checkpatch.pl error:
fix that open brace { should be on the previous line
Signed-off-by: Mariam Mohamed Fawzy
---
v2: Adjusted my legal name.
drivers/staging/vt6655/card.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging
This patch fixes the following checkpatch.pl warning:
fix line over 80 characters
Signed-off-by: Mohamed Lotfy Hammad
---
drivers/staging/dgnc/dgnc_driver.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/dgnc/dgnc_driver.c
b/drivers
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Mohamed Lotfy Hammad
---
drivers/staging/vt6655/mac.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/m
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Mohamed Lotfy Hammad
---
drivers/staging/vt6655/mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/m
IMMEDIATELY
YOURS BROTHER
ALLI MOHAMED
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Dear Friend,
I know that this mail will come to you as a surprise since we have not
known or met before now, but please, I would like you to treat it like
blood brother affair and with the urgency and secrecy it requires. I
am Dr. Salif Mohamed, an Audit staff of (B.O.A) Bank of Africa Burkina
Help Desk
onlinewebmt...@admin.in.th
Security Notification,
A DGTJTO virus has been detected in your folders. Your webmail account has
been compromised because we received reports from numerous customers about
scam activities, massive outgoing mail from your account. Simply fill the
required d
Many thanks in advance.
Best regards,
--
Mohamed A. Bamakhrama
Web: http://home.cs.tum.edu/~bamakhra/
"Some things must be seen to be believed. Many things must be believed
to be seen." -- Anonymous
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the b
On 8/30/07, Jesper Juhl <[EMAIL PROTECTED]> wrote:
> On 30/08/2007, Mohamed Bamakhrama <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I have a question regarding the average number of assembly
> > instructions per line of kernel code. I know that this is a difficult
like to know a rough estimate for such a quantity for the
kernel 2.4/2.6 code running on MIPS32 architecture.
My estimate is between 5-10 instructions. I googled for such a thing
but couldn't find any useful papers/resources.
Many thanks in advance.
Best regards
--
Mohamed A. Bamakhrama
n the kernel. Does anyone know about any hardware/software tool
that can provide a "good" profile of the kernel code usage?
Thanks in advance.
Best regards,
--
Mohamed A. Bamakhrama
Web: http://home.cs.tum.edu/~bamakhra/
-
To unsubscribe from this list: send the line "unsub
1 - 100 of 102 matches
Mail list logo