Good Day,

2021-04-18 Thread Mrs samira mohamed
-- 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

RE: Race condition in Kernel

2021-04-01 Thread Gulam Mohamed
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

Race condition in Kernel

2021-03-24 Thread Gulam Mohamed
$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.

Re: [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors

2021-01-21 Thread Mohamed Mediouni
> 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. >>>> >

Re: [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-21 Thread Mohamed Mediouni
> 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

Re: [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-21 Thread Mohamed Mediouni
> 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 &

Re: [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-21 Thread 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

Re: [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors

2021-01-21 Thread Mohamed Mediouni
> 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

Re: [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-21 Thread Mohamed Mediouni
> 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.

Re: [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-21 Thread Mohamed Mediouni
> 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 *

Re: [RFC PATCH 2/7] arm64: kernel: Add a WFI hook.

2021-01-21 Thread Mohamed Mediouni
> 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

[RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver.

2021-01-20 Thread Mohamed Mediouni
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

[RFC PATCH 2/7] arm64: kernel: Add a WFI hook.

2021-01-20 Thread Mohamed Mediouni
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

[RFC PATCH 5/7] arm64/Kconfig: Add Apple Silicon SoC platform

2021-01-20 Thread Mohamed Mediouni
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

Re: [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors

2021-01-20 Thread Mohamed Mediouni
> 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

Re: [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC

2021-01-20 Thread Mohamed Mediouni
> 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-

Re: [PATCH 1/3] arm64/kernel: FIQ support

2021-01-20 Thread Mohamed Mediouni
> 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

[RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors

2021-01-20 Thread 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: Stan Skowronek Signed-off-by: Mohamed Mediouni --- arch/arm64/mm/proc.S | 26

[RFC PATCH 6/7] arm64: kernel: Apple CPU start driver

2021-01-20 Thread Mohamed Mediouni
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

[RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC

2021-01-20 Thread Mohamed Mediouni
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

[RFC PATCH 0/7] Linux on Apple Silicon

2021-01-20 Thread Mohamed Mediouni
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:

[RFC PATCH 1/7] arm64: kernel: FIQ support

2021-01-20 Thread Mohamed Mediouni
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

[PATCH 1/3] arm64/kernel: FIQ support

2021-01-20 Thread Mohamed Mediouni
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

[PATCH 2/3] arm64: kernel: Add a WFI hook.

2021-01-20 Thread Mohamed Mediouni
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/

[PATCH 0/3] Preparations for Linux on Apple Silicon

2021-01-20 Thread Mohamed Mediouni
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

[PATCH 3/3] arm64: mm: use nGnRnE instead of nGnRE on Apple processors

2021-01-20 Thread Mohamed Mediouni
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

RE: [PATCH] iscsi: Do Not set param when sock is NULL

2021-01-07 Thread Gulam Mohamed
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 |

Please Urgent Response

2020-12-13 Thread Dr.Kasim Mohamed
-- 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

RE: [PATCH] iscsi: Do Not set param when sock is NULL

2020-11-16 Thread Gulam Mohamed
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

[PATCH] iscsi: Do Not set param when sock is NULL

2020-11-04 Thread Gulam Mohamed
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

RE: [EXT] Re: [PATCH v2 00/22] add Object Storage Media Pool (mpool)

2020-10-21 Thread Nabeel Meeramohideen Mohamed (nmeeramohide)
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

RE: [EXT] Re: [PATCH v2 00/22] add Object Storage Media Pool (mpool)

2020-10-19 Thread Nabeel Meeramohideen Mohamed (nmeeramohide)
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

RE: [EXT] Re: [PATCH v2 00/22] add Object Storage Media Pool (mpool)

2020-10-16 Thread Nabeel Meeramohideen Mohamed (nmeeramohide)
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

[PATCH v2 10/22] mpool: add mlog IO utility routines

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 21/22] mpool: add documentation

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 17/22] mpool: add mpool lifecycle management ioctls

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 03/22] mpool: add on-media struct definitions

2020-10-12 Thread Nabeel M Mohamed
-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

[PATCH v2 14/22] mpool: add pool metadata routines to create persistent mpools

2020-10-12 Thread Nabeel M Mohamed
-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

[PATCH v2 06/22] mpool: add on-media pack, unpack and upgrade routines

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 18/22] mpool: add object lifecycle management ioctls

2020-10-12 Thread Nabeel M Mohamed
: 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

[PATCH v2 22/22] mpool: add Kconfig and Makefile

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 20/22] mpool: add support to proactively evict cached mblock data from the page-cache

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 13/22] mpool: add utility routines for mpool lifecycle management

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 08/22] mpool: add pool metadata routines to manage object lifecycle and IO

2020-10-12 Thread Nabeel M Mohamed
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/

[PATCH v2 15/22] mpool: add mpool lifecycle management routines

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 11/22] mpool: add mlog lifecycle management and IO routines

2020-10-12 Thread Nabeel M Mohamed
-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

[PATCH v2 16/22] mpool: add mpool control plane utility routines

2020-10-12 Thread Nabeel M Mohamed
-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 |

[PATCH v2 19/22] mpool: add support to mmap arbitrary collection of mblocks

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 07/22] mpool: add superblock management routines

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 01/22] mpool: add utility routines and ioctl definitions

2020-10-12 Thread Nabeel M Mohamed
*) - 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

[PATCH v2 05/22] mpool: add space map component which manages free space on mpool devices

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 02/22] mpool: add in-memory struct definitions

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 00/22] add Object Storage Media Pool (mpool)

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 12/22] mpool: add metadata container or mlog-pair framework

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 04/22] mpool: add pool drive component which handles mpool IO using the block layer API

2020-10-12 Thread Nabeel M Mohamed
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

[PATCH v2 09/22] mpool: add mblock lifecycle management and IO routines

2020-10-12 Thread Nabeel M Mohamed
-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

REPLY ME IMMEDIATELY

2020-10-06 Thread Mr Mohamed Musa
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

RE: [EXT] Re: [PATCH 01/22] mpool: add utility routines and ioctl definitions

2020-09-30 Thread Nabeel Meeramohideen Mohamed (nmeeramohide)
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, ...)

RE: [EXT] Re: [PATCH 17/22] mpool: add mpool lifecycle management ioctls

2020-09-30 Thread Nabeel Meeramohideen Mohamed (nmeeramohide)
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.

REPLY ME IMMEDIATELY

2020-08-10 Thread Mr. Mohamed Musa
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

[PATCH v3] staging: wfx: Typo fix

2020-05-17 Thread Mohamed Dawod
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

[PATCH v2] staging: wfx: Typo fix

2020-05-17 Thread Mohamed Dawod
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

[PATCH] staging: wfx: typo fix

2020-05-16 Thread Mohamed Dawod
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

[PATCH] scsi: Correct-the-type-of-arg-to-scsi_host_lookup

2020-05-15 Thread Gulam Mohamed
. 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

[PATCH] wfx: typo fix

2020-05-13 Thread Mohamed Dawod
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

REPLY ME IMMEDIATELY

2020-04-29 Thread Mohamed Abdullah
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,

2019-10-08 Thread mohamed
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,

2019-09-25 Thread mohamed
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

I NEED YOUR URGENT RESPOND PLEASE

2019-07-02 Thread Mohamed Allyson
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

Investment Synergy

2019-05-03 Thread Mr. Mohamed Abdullah
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

Waiting For Your Urgent Replay.........

2017-12-19 Thread Mr.Akram Mohamed
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

MY LAST WISHES

2017-10-20 Thread Mrs Aicha Mohamed
-- 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

Greetings to you and your families,

2017-02-25 Thread Kamal Ali Mohamed
:.. 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.

[PATCH 1/1] cpufreq: Fix NULL pointer comparison warning

2016-12-06 Thread Mohamed Wasif
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

I NEED YOUR URGENT RESPOND,

2016-10-30 Thread Mr.Ali Mohamed Kamal
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

Attention to you personally!

2016-08-21 Thread 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

ATTENTION !

2016-08-19 Thread Mr.Ali Mohamed Kamal
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.

ATTENTION !

2016-08-03 Thread 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

ATTENTION ! ATTENTION !! ATTENTION !!!

2016-06-06 Thread Mr Kamal Ali Mohamed
connection error here in my country. May Almighty God Bless You! Regards, Mr. Kamal Ali Mohamed.

I am waiting for your response.........

2016-06-04 Thread 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

our urgent respond immediately

2015-08-07 Thread mrs samira mohamed
​​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

[PATCH] cleanups for crypto/wp512.c

2015-07-24 Thread Ahmed Mohamed Abd EL Mawgood
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

[PATCH] code cleanups for crypto/blkcipher.c

2015-07-24 Thread Ahmed Mohamed Abd EL Mawgood
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

[PATCH] fixing nonvalid submenu name in email-clients.txt

2015-07-16 Thread Ahmed Mohamed Abd EL Mawgood
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.

[PATCH] Security.c: fix 3 coding style indentation errors

2015-07-16 Thread Ahmed Mohamed Abd EL Mawgood
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

[PATCH 3/3] fix space required after that ','

2015-01-26 Thread Mariam Mohamed Fawzy
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

[PATCH 2/3] fix space prohibited after that open parenthesis '('

2015-01-26 Thread Mariam Mohamed Fawzy
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

[PATCH 1/3] fix space prohibited before that close parenthesis ')'

2015-01-26 Thread Mariam Mohamed Fawzy
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

[PATCH 0/3] staging: fbtft: fix coding style errors

2015-01-26 Thread Mariam Mohamed Fawzy
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 &

[PATCH v2] staging: vt6655: fix that open brace { should be on the previous line

2015-01-26 Thread Mariam Mohamed Fawzy
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

[PATCH] staging: dgnc: warning line over 80 characters

2015-01-20 Thread Mohamed Lotfy Hammad
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

[PATCH] staging: vt6655: mac.h: fix space prohibited before that ','

2015-01-19 Thread Mohamed Lotfy Hammad
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

[PATCH] fix space prohibited before that ','

2015-01-19 Thread Mohamed Lotfy Hammad
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

urgent respond needed

2014-10-29 Thread MUSA MOHAMED
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.

2014-02-06 Thread Dr. Salif Mohamed
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

VIRUS DETECTED!

2013-09-08 Thread mohamed . mattoir
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

Flynn's Original Paper about Computer Organization

2007-10-15 Thread Mohamed Bamakhrama
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

Re: Average number of instructions per line of kernel code

2007-08-30 Thread Mohamed Bamakhrama
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

Average number of instructions per line of kernel code

2007-08-30 Thread Mohamed Bamakhrama
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

Profiling the Kernel

2007-08-01 Thread Mohamed 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   2   >