Kernel 2.4.2 command execution hangs and then succeded after 2minutes....!?

2001-03-07 Thread Andrea Barisani
Hi, I've compiled and installd 2.4.2 on a my self-made linux distribution based on glibc-2.0 and a strange thing happens. When I invoke some binaries (for examples mc,pine,tar) for at least 2 minutes nothing happens, the execution appaerntly hangs but then the command start as normal. This happens

Re: Kernel 2.4.2 command execution hangs and then succeded after 2 minutes....!? STRACE-DUMP

2001-03-07 Thread Andrea Barisani
On Wed, 7 Mar 2001, Manfred Spraul wrote: > Could you use strace and check what the apps are doing during these 2 > minutes? > > Perhaps it's a variation of the nis hang: > 2.4 doesn't forword udp error messages to the user space app, and thus a > nis query to a nonexistant nis server blocks unt

Re: Kernel 2.4.2 command execution hangs and then succeded after 2 minutes....!? END!

2001-03-07 Thread Andrea Barisani
On Wed, 7 Mar 2001, Andrea Barisani wrote: > On Wed, 7 Mar 2001, Manfred Spraul wrote: > > > Could you use strace and check what the apps are doing during these 2 > > minutes? > > > > Perhaps it's a variation of the nis hang: > > 2.4 doesn't fo

[PATCH v4.19 1/1]: nvmem: imx-ocotp: account for addressing gaps to ensure consistent read/write on i.MX SoCs

2018-12-18 Thread Andrea Barisani
specific i.MX model being addressed. Signed-off-by: Andrea Barisani --- drivers/nvmem/imx-ocotp.c | 49 ++-- 1 file changed, 41 insertions(+), 8 deletions(-) diff -up linux-4.19.9/drivers/nvmem/imx-ocotp.c.orig linux-4.19.9/drivers/nvmem/imx-ocotp.c --- linux-4.19.9

[PATCH v4.14 1/1]: nvmem: imx-ocotp: account for addressing gaps to ensure consistent read/write on i.MX SoCs

2018-12-18 Thread Andrea Barisani
specific i.MX model being addressed. Signed-off-by: Andrea Barisani --- drivers/nvmem/imx-ocotp.c | 49 ++-- 1 file changed, 41 insertions(+), 8 deletions(-) --- linux-4.14.89/drivers/nvmem/imx-ocotp.c.orig2018-12-18 10:30:49.363322853 +0100 +++ linux-4.14.89