test, sorry :-(

2001-06-02 Thread remi
- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Typo fix for 2.6.19-rc6

2006-11-28 Thread Remi
* near to their parent directory's inode. */ Remi - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

RE: [PATCH 1/5] powerpc/embedded6xx: Remove C2K board support

2018-04-06 Thread remi
Acked-by: Remi Machet <r...@machet.us> -Original Message- From: Mark Greer <mgr...@animalcreek.com> Sent: Thursday, April 5, 2018 9:17 PM To: Benjamin Herrenschmidt <b...@kernel.crashing.org>; Paul Mackerras <pau...@samba.org>; Michael Ellerman <m...@ellerman.i

test, sorry :-(

2001-06-02 Thread remi
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Typo fix for 2.6.19-rc6

2006-11-28 Thread Remi
* near to their parent directory's inode. */ Remi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FA

RE: [PATCH 1/5] powerpc/embedded6xx: Remove C2K board support

2018-04-06 Thread remi
Acked-by: Remi Machet -Original Message- From: Mark Greer Sent: Thursday, April 5, 2018 9:17 PM To: Benjamin Herrenschmidt ; Paul Mackerras ; Michael Ellerman Cc: Remi Machet ; Dale Farnsworth ; linuxppc-...@lists.ozlabs.org; linux-kernel@vger.kernel.org; Mark Greer Subject: [PATCH 1

Re: union mounting file systems... retry #1

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 05:11:54PM +0200, Roy Sigurd Karlsbakk wrote: Q: Is it possible to union mount file systems in linux 2.4 (currently using 2.4.5)? Q: Should I just go home and start doing my homework? Best regards roy AFAIK Al Viro is working on a patch, but it's not in

Re: Configure.help is complete

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 08:45:17AM -0700, Jonathan Lundell wrote: It allows a general interface to the kernel that does not require new syscalls/ioctls and can be accessed from user space without specifically compiled programs. You can use shell scripts, java, command line etc. Yes,

Re: symlink_prefix

2001-06-04 Thread Remi Turk
On Sun, Jun 03, 2001 at 07:25:25AM -0400, Alexander Viro wrote: BTW, bind and friends are also easy - it's what = open(old, 0); where = open(mountpoint, 0); new_mount(where, MNT_BIND, what); Comments? What if `what' and or `where' aren't directories but e.g. sockets?

CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-25 Thread Remi Turk
Hi, Long long ago, (March 2000) Alexander Viro replied to Pavel Machek: Am I right that from now on each process can have completely different view of filesystem like in plan9? Almost there ;-) And yes, the only thing we lack for proper namespaces is the union-directories (clone() bit is

Re: CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-29 Thread Remi Turk
Peter Samuelson wrote: [Remi Turk] Do I understand correctly that this means hardlinks to directories (except . and ..) are fundamentally impossible in Linux? Why do you want to be able to do that? Use symlinks or loopback mounts and stay out of trouble. Probably just because I'm

Not reproducable crc error at boot :-(

2000-10-27 Thread Remi Turk
Hi folks, when booting pre5 I got a crc-error while uncompressing the kernel this morning. (/usr/src/linux/lib/inflate.c:1166 AFAICS) Rebooting didn't trigger it again and it's the first time I ever saw it. I've never had any SIG11 problems while compiling kernels so I wouldn't expect bad RAM.

No IRQ known for interrupt pin A of device 00:0f.0

2000-10-28 Thread Remi Turk
Hi, I just saw this warning when booting: Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ALI15X3: IDE controller on PCI bus 00 dev 78 PCI: No IRQ known for interrupt pin A of device 00:0f.0. Please try using

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: Remi Turk wrote: Jeff Garzik wrote: Ok, after fixing a bad interaction where the Web server was trying to run dump_pirq as a CGI script, dump_pirq can be retrieved from http://gtf.org/garzik/kernel/files/dump_pirq :-) I just posted pcmcia

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: Attached below is a message I just sent to someone else who is having the same problem as you. Would it be possible for you to try the stuff I suggest in the message as well? Thanks, Jeff Subject: Re: No IRQ known for interrupt pin A of device 00:0f.0

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Remi Turk wrote: Ok, the problem is that you have an interrupt router table for your Ali 1533, but no interrupt router entry for your IDE device. That's why pci_enable_device is failing. Would you mind testing two kernel patches for me? Both of these changes should be attempted

2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
Hi, 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my power-button (setup from the bios to go to standby) or when running apm --standby. (apm version 3.0final, RH6.2) apm --suspend works the way it should. 2.4.5/2.4.6-pre1 don't hardlock. lspci -vvxxx output and .config are attached.

[PATCH] Configure.help:

2001-06-06 Thread Remi Turk
Hi, it seems the Configure.help text for CONFIG_LP_CONSOLE is incorrect: The default is to stall until the printer is ready while the help text says the opposite. (vi +540 drivers/char/lp.c) Attached is a patch for 2.4.6-pre1 which fixes the help text. Also, shouldn't CONFIG_LP_CONSOLE depend

Re: Break 2.4 VM in five easy steps

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 06:48:32AM -0400, Alexander Viro wrote: On Wed, 6 Jun 2001, Sean Hunter wrote: This is completely bogus. I am not saying that I can't afford the swap. What I am saying is that it is completely broken to require this amount of swap given the boundaries of efficient

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
On Tue, Jun 05, 2001 at 09:37:52PM +0100, Alan Cox wrote: 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my power-button (setup from the bios to go to standby) or when running apm --standby. (apm version 3.0final, RH6.2) apm --suspend works the way it should. 2.4.5/2.4.6-pre1

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-07 Thread Remi Turk
On Thu, Jun 07, 2001 at 01:00:15PM +0200, Mikael Pettersson wrote: On Wed, 6 Jun 2001 22:42:53 +0200, Remi Turk wrote: Try the patch below. Reboot. Run 'apm -S' (or --standby) at the console. Did you see output from both send_event and apic_pm_callback? If so, repeat by pressing your power

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 07:03:09PM +0200, Remi Turk wrote: By applying the following patch (lookalike)? arch/i386/kernel/apm.c:send_event(): case APM_SYS_SUSPEND: case APM_CRITICAL_SUSPEND: case APM_USER_SUSPEND: + case APM_USER_STANDBY: + case

Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Remi Colinet
00:41:26 2006 +0100 PCI: quirks: fix the festering mess that claims to handle IDE quirks Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64. Could you try the following patch (already included in mm tree)? http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html Remi

Re: Obtaining a list of memory address ranges allocated to processes

2006-12-06 Thread Remi Colinet
to the running processes on a system? pmap pid_of_your_program will give you the memory map. Stephen Remi - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel panic at boot with recent pci quirks patch

2006-12-07 Thread Remi Colinet
Selon Frank Sorenson [EMAIL PROTECTED]: Remi Colinet wrote: Frank Sorenson [EMAIL PROTECTED] wrote: The latest -git tree panics at boot for me. git-bisect traced the offending commit to: 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit commit

Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-10 Thread Remi Colinet
refuses to start. Any idea? Remi Colinet - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Dmitry Torokhov [EMAIL PROTECTED]: Hi Remi, On Thursday 10 May 2007 21:50, Andrew Morton wrote: On Thu, 10 May 2007 15:05:25 +0200 Remi Colinet [EMAIL PROTECTED] wrote: My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. No problem noticed with 2.6.21

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Andrew Morton [EMAIL PROTECTED]: On Thu, 10 May 2007 15:05:25 +0200 Remi Colinet [EMAIL PROTECTED] wrote: My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. No problem noticed with 2.6.21. The culprit seems to be git-input. I have applied 2.6.21-mm1 on top of 2.6.21

[PATCH] Staging: rtl8821ae: use kmalloc instead of variable length stack arrays

2014-06-04 Thread Remi Pommarel
This removes stack arrays of variable length and use kmalloc() instead, thus removing the sparse warnings Variable length array is used. Signed-off-by: Remi Pommarel r...@triplefau.lt --- drivers/staging/rtl8821ae/efuse.c | 38 +++--- 1 file changed, 31 insertions

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
Oups sorry msmtp messed up the from mail address. Do you want me to re-submit this or you can fix it while applying the patch ? -- Remi Pommarel -- 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

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
On Wed, May 07, 2014 at 12:27:21AM +0300, Dan Carpenter wrote: Best to fix it yourself and Greg can take which ever version is easiest. Ok thank you so I'll re-submitted it. Regards -- Remi Pommarel -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
This patch fixes all prohibited spaces after open '(' checkpatch.pl errors for rtl8188eu. Signed-off-by: Remi Pommarel r...@triplefau.lt --- drivers/staging/rtl8188eu/include/odm_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/include

[PATCH v2 2/3] clk: bcm2835: Support for clock parent selection

2015-11-11 Thread Remi Pommarel
t a mux clock cannot be used because updating clock control register to select parent needs a password to be xor'd with the parent index. This patch get rid of mux clock and make these clocks handle their own parent, allowing them to select the one to use. Signed-off-by: Remi Pommarel <r...@tri

[PATCH v2 0/3] Add PWM clock support for bcm2835

2015-11-11 Thread Remi Pommarel
divided rate instead of the parent one - bcm2835_clock_choose_div has been modified to produce an avarage rate lower or equal to the requested one - devicetree modifications have removed to be send in another patch Remi Pommarel (3): clk: bcm2835: Always round

[PATCH v2 1/3] clk: bcm2835: Always round up clock divisor

2015-11-11 Thread Remi Pommarel
Make bcm2835_clock_choose_div always round up the chosen MASH divisor so that the resulting average rate will not be higher than the requested one. Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- drivers/clk/bcm/clk-bcm2835.c | 15 --- 1 file changed, 8 insertions

[PATCH v2 3/3] clk: bcm2835: Add PWM clock support

2015-11-11 Thread Remi Pommarel
Register the pwm clock for bcm2835. Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- drivers/clk/bcm/clk-bcm2835.c | 14 ++ include/dt-bindings/clock/bcm2835.h | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/clk/bcm/clk-bcm2835.c b/d

[PATCH 1/2] clk: bcm2835: Support for clock parent selection

2015-11-04 Thread Remi Pommarel
t a mux clock cannot be used because updating clock control register to select parent needs a password to be xor'd with the parent index. This patch get rid of mux clock and make these clocks handle their own parent, allowing them to select the one to use. Signed-off-by: Remi Pommarel <r...@triplef

[PATCH 2/2] clk: bcm2835: Add PWM clock support

2015-11-04 Thread Remi Pommarel
Register the pwm clock for bcm2835. This patch also adds the ability to set a clock default rate. Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- arch/arm/boot/dts/bcm2835.dtsi | 8 drivers/clk/bcm/clk-bcm2835.c | 28 +++- include/dt-bi

[PATCH 0/2] Add PWM clock support for bcm2835

2015-11-04 Thread Remi Pommarel
a password (0x5a) in higher register bits when changing parent. So a generic mux cannot be used here. The first patch fix the clock parent selection, while the second one is actually adding the pwm clock registration. Remi Pommarel (2): clk: bcm2835: Support for clock parent selection clk: bcm2835

Re: [PATCH 2/2] clk: bcm2835: Add PWM clock support

2015-11-05 Thread Remi Pommarel
On Wed, Nov 04, 2015 at 06:17:38PM -0800, Eric Anholt wrote: > Remi Pommarel <r...@triplefau.lt> writes: > > > Register the pwm clock for bcm2835. > > This patch also adds the ability to set a clock default rate. > > I don't think we should be setting a default cl

Re: [PATCH 1/2] clk: bcm2835: Support for clock parent selection

2015-11-05 Thread Remi Pommarel
h the above modification I see no reason to not call it "bcm2835_clock_determine_rate" Thanks -- Remi -- 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/

Re: [PATCH v2 1/3] clk: bcm2835: Always round up clock divisor

2015-11-18 Thread Remi Pommarel
Hi, On Wed, Nov 18, 2015 at 10:25:45AM -0800, Eric Anholt wrote: > Remi Pommarel <r...@triplefau.lt> writes: > > > Make bcm2835_clock_choose_div always round up the chosen MASH divisor so > > that > > the resulting average rate will not be higher than the req

Re: [PATCH v2 2/3] clk: bcm2835: Support for clock parent selection

2015-11-18 Thread Remi Pommarel
On Wed, Nov 18, 2015 at 10:30:17AM -0800, Eric Anholt wrote: [...] > > +static int bcm2835_clock_determine_rate(struct clk_hw *hw, > > + struct clk_rate_request *req) > > +{ > > + struct bcm2835_clock *clock = bcm2835_clock_from_hw(hw); > > + struct clk_hw *parent, *best_parent =

Re: [PATCH v2 3/3] clk: bcm2835: Add PWM clock support

2015-11-18 Thread Remi Pommarel
On Wed, Nov 18, 2015 at 10:32:55AM -0800, Eric Anholt wrote: > Remi Pommarel <r...@triplefau.lt> writes: > > > Register the pwm clock for bcm2835. > > > > Signed-off-by: Remi Pommarel <r...@triplefau.lt> > > --- > > drivers/clk/bcm/clk-bcm2835.c

Re: [PATCH v2 0/3] Add PWM clock support for bcm2835

2015-11-29 Thread Remi Pommarel
On Sun, Nov 29, 2015 at 10:22:40PM +0100, Stefan Wahren wrote: > Hi Remi, > > Am 29.11.2015 um 01:31 schrieb Remi Pommarel: > >Hi Stefan, > > > >On Sat, Nov 28, 2015 at 09:52:07PM +0100, Stefan Wahren wrote: > >>i applied the series including the devicetree m

[PATCH v3 0/4] Add PWM clock support for bcm2835

2015-12-06 Thread Remi Pommarel
variable and include - Make bcm2835_clock_choose_div() divisor round up ability optional - Set rate in bcm2835_determine_rate() - Add device tree modification in a separate patch Remi Pommarel (4): clk: bcm2835: add a round up ability to the clock divisor clk: bcm2835

[PATCH v3 3/4] clk: bcm2835: Add PWM clock support

2015-12-06 Thread Remi Pommarel
Register the pwm clock for bcm2835. Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- drivers/clk/bcm/clk-bcm2835.c | 13 + include/dt-bindings/clock/bcm2835.h | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/clk/bcm/clk-bcm2835.c b/d

[PATCH v3 1/4] clk: bcm2835: add a round up ability to the clock divisor

2015-12-06 Thread Remi Pommarel
Make bcm2835_clock_choose_div to optionally round up the chosen MASH divisor so that the resulting average rate will not be higher than the requested one. Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- drivers/clk/bcm/clk-bcm2835.c | 22 -- 1 file changed, 12 inse

[PATCH v3 2/4] clk: bcm2835: Support for clock parent selection

2015-12-06 Thread Remi Pommarel
t a mux clock cannot be used because updating clock control register to select parent needs a password to be xor'd with the parent index. This patch get rid of mux clock and make these clocks handle their own parent, allowing them to select the one to use. Signed-off-by: Remi Pommarel <r...@tri

[PATCH v3 4/4] clk: bcm2835: Add PWM clock support to the device tree

2015-12-06 Thread Remi Pommarel
Signed-off-by: Remi Pommarel <r...@triplefau.lt> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 arch/arm/boot/dts/bcm2835.dtsi | 9 + 2 files changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 3572f03..5

Re: [PATCH v2 2/3] clk: bcm2835: Support for clock parent selection

2015-12-04 Thread Remi Pommarel
On Thu, Dec 03, 2015 at 04:37:07PM -0800, Eric Anholt wrote: > Remi Pommarel <r...@triplefau.lt> writes: > > > On Wed, Nov 18, 2015 at 10:30:17AM -0800, Eric Anholt wrote: > > > > [...] > > > >> > +static int bcm2835_clock_determine_rate(s

Re: [PATCH v3 4/4] clk: bcm2835: Add PWM clock support to the device tree

2015-12-07 Thread Remi Pommarel
Hi Stefan, On Sun, Dec 06, 2015 at 10:16:25PM +0100, Stefan Wahren wrote: > Hi Remi, > > please send this patch to devicet...@vger.kernel.org. Ok, just to be sure I understand the process here. I should resend a new version of the whole patchset including the devicetree mailing list as

Re: [PATCH v2 1/3] clk: bcm2835: Always round up clock divisor

2015-12-02 Thread Remi Pommarel
Hi Eric On Wed, Nov 18, 2015 at 07:11:41PM -0100, Remi Pommarel wrote: > On Wed, Nov 18, 2015 at 10:25:45AM -0800, Eric Anholt wrote: > > Remi Pommarel <r...@triplefau.lt> writes: > > > > > Make bcm2835_clock_choose_div always round up the chosen MASH divisor so

Re: [PATCH v3 4/4] clk: bcm2835: Add PWM clock support to the device tree

2015-12-15 Thread Remi Pommarel
On Mon, Dec 07, 2015 at 08:09:47PM -0800, Eric Anholt wrote: > Stefan Wahren <i...@lategoodbye.de> writes: > > > Hi Remi, > > > > Am 07.12.2015 um 19:17 schrieb Remi Pommarel: > >> Hi Stefan, > >> > >> On Sun, Dec 06, 201

Re: [PATCH v3 0/4] Add PWM clock support for bcm2835

2015-12-23 Thread Remi Pommarel
On Sun, Dec 06, 2015 at 05:22:45PM +0100, Remi Pommarel wrote: > Hi, > > This patchset adds support for pwm clock. At boot, this clock does not have a > default parent nor a default rate set. Thus we should be able to change its > parent to get this clock working. The current clock

Re: [PATCH v2 0/3] Add PWM clock support for bcm2835

2015-11-28 Thread Remi Pommarel
han because in the bcm2835 clock driver, the GND clock is not registered. So, IMHO, we have to set the default pwm rate from the devicetree, using assigned-clock-rates. That what does the following dts patch. This patch also set the gpio pin 18 to proper alternate function in order to be ab

[RFC PATCH 0/4] Add specific vt input's key map

2018-08-22 Thread Remi Pommarel
GFP_ATOMIC. - Is this patchset even a sensible idea ? Remi Pommarel (4): drivers/tty/vt/keyboard.c: refactor getting/setting a keymap entry drivers/tty/vt/keyboard.c: add keyboard config for each vt's input drivers/tty/vt/keyboard.c: Make key_down[] bitmap input dependent drivers/tty/vt: add ioctl to ma

[RFC PATCH 2/4] drivers/tty/vt/keyboard.c: add keyboard config for each vt's input

2018-08-22 Thread Remi Pommarel
to detach a kbd_handle from global config. Some new ioctl will be introduced to do so. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 198 -- 1 file changed, 171 insertions(+), 27 deletions(-) diff --git a/drivers/tty/vt

[RFC PATCH 4/4] drivers/tty/vt: add ioctl to manage input specific keyboard configs

2018-08-22 Thread Remi Pommarel
at global key_maps is used */ ret = ioctl(fd, KDSKBIRST, ); if(ret < 0) /* Error handling */ - 8< - Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 126

[RFC PATCH 1/4] drivers/tty/vt/keyboard.c: refactor getting/setting a keymap entry

2018-08-22 Thread Remi Pommarel
In order to ease the addition of the ability of an input to use a different key configuration (keycode to keysym map), the operations of getting and setting an entry in a key map is moved in respective functions. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt

[RFC PATCH 3/4] drivers/tty/vt/keyboard.c: Make key_down[] bitmap input dependent

2018-08-22 Thread Remi Pommarel
this array in each input allows to retrieve its associated keymap. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 46 +++ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/drivers/tty/vt/keyboard.c b/drivers

Re: [RFC PATCH 0/4] Add specific vt input's key map

2018-09-05 Thread Remi Pommarel
Hi, Just a gentle ping. Any comments on this patchset that adds a way to have multiple keyboards with different keymap on a VT would be nice. Thanks -- Remi

Re: [PATCH 0/4] Add specific vt input's key map

2018-09-12 Thread Remi Pommarel
On Wed, Sep 12, 2018 at 03:35:19PM +0100, Alan Cox wrote: > On Tue, 11 Sep 2018 22:23:55 +0200 > Remi Pommarel wrote: > > > This patchset adds a way to have a specific keyboard config (i.e. > > keycode to keysym map) for a vt attached input. > > Who actually needs thi

Re: [RFC PATCH 0/4] Add specific vt input's key map

2018-09-12 Thread Remi Pommarel
I had used "RFC" here because I had one or two questions about the implementation choices I made on those patches and not really on the solution itself. So, yes, I don't mind sending another round of those patches without RFC. Thanks, -- Remi

[PATCH 2/4] drivers/tty/vt/keyboard.c: add keyboard config for each vt's input

2018-09-11 Thread Remi Pommarel
to detach a kbd_handle from global config. Some new ioctl will be introduced to do so. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 198 -- 1 file changed, 171 insertions(+), 27 deletions(-) diff --git a/drivers/tty/vt

[PATCH 4/4] drivers/tty/vt: add ioctl to manage input specific keyboard configs

2018-09-11 Thread Remi Pommarel
at global key_maps is used */ ret = ioctl(fd, KDSKBIRST, ); if(ret < 0) /* Error handling */ - 8< - Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 126

[PATCH 1/4] drivers/tty/vt/keyboard.c: refactor getting/setting a keymap entry

2018-09-11 Thread Remi Pommarel
In order to ease the addition of the ability of an input to use a different key configuration (keycode to keysym map), the operations of getting and setting an entry in a key map is moved in respective functions. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt

[PATCH 0/4] Add specific vt input's key map

2018-09-11 Thread Remi Pommarel
y be wrong ? - kbd_detach_conf is a bit clumsy because it tries to copy a shared sparse pointer array without using GFP_ATOMIC. Remi Pommarel (4): drivers/tty/vt/keyboard.c: refactor getting/setting a keymap entry drivers/tty/vt/keyboard.c: add keyboard config for each vt's input drivers/tty/vt/keyboa

[PATCH 3/4] drivers/tty/vt/keyboard.c: Make key_down[] bitmap input dependent

2018-09-11 Thread Remi Pommarel
this array in each input allows to retrieve its associated keymap. Signed-off-by: Remi Pommarel Tested-by: Elie Roudninski --- drivers/tty/vt/keyboard.c | 46 +++ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/drivers/tty/vt/keyboard.c b/drivers

Re: union mounting file systems... retry #1

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 05:11:54PM +0200, Roy Sigurd Karlsbakk wrote: > Q: Is it possible to union mount file systems in linux 2.4 (currently >using 2.4.5)? > > Q: Should I just go home and start doing my homework? > > Best regards > > roy AFAIK Al Viro is working on a patch, but it's not

Re: Configure.help is complete

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 08:45:17AM -0700, Jonathan Lundell wrote: > >> It allows a general interface to the kernel that does not require new > >> syscalls/ioctls and can be accessed from user space without specifically > >> compiled programs. You can use shell scripts, java, command line etc.

Re: symlink_prefix

2001-06-04 Thread Remi Turk
On Sun, Jun 03, 2001 at 07:25:25AM -0400, Alexander Viro wrote: > BTW, bind and friends are also easy - it's > what = open(old, 0); > where = open(mountpoint, 0); > new_mount(where, MNT_BIND, what); > > Comments? What if `what' and or `where' aren't directories but e.g.

2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
Hi, 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my power-button (setup from the bios to go to standby) or when running apm --standby. (apm version 3.0final, RH6.2) apm --suspend works the way it should. 2.4.5/2.4.6-pre1 don't hardlock. lspci -vvxxx output and .config are attached.

[PATCH] Configure.help:

2001-06-06 Thread Remi Turk
Hi, it seems the Configure.help text for CONFIG_LP_CONSOLE is incorrect: The default is to stall until the printer is ready while the help text says the opposite. (vi +540 drivers/char/lp.c) Attached is a patch for 2.4.6-pre1 which fixes the help text. Also, shouldn't CONFIG_LP_CONSOLE depend

Re: Break 2.4 VM in five easy steps

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 06:48:32AM -0400, Alexander Viro wrote: > On Wed, 6 Jun 2001, Sean Hunter wrote: > > > This is completely bogus. I am not saying that I can't afford the swap. > > What I am saying is that it is completely broken to require this amount > > of swap given the boundaries of

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
On Tue, Jun 05, 2001 at 09:37:52PM +0100, Alan Cox wrote: > > 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my > > power-button (setup from the bios to go to standby) or > > when running apm --standby. (apm version 3.0final, RH6.2) > > apm --suspend works the way it should. > > > >

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-07 Thread Remi Turk
On Thu, Jun 07, 2001 at 01:00:15PM +0200, Mikael Pettersson wrote: > On Wed, 6 Jun 2001 22:42:53 +0200, Remi Turk wrote: > > Try the patch below. Reboot. Run 'apm -S' (or --standby) at the > console. Did you see output from both send_event and apic_pm_callback? > If so, repeat b

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 07:03:09PM +0200, Remi Turk wrote: > > By applying the following patch (lookalike)? > > arch/i386/kernel/apm.c:send_event(): > > case APM_SYS_SUSPEND: > case APM_CRITICAL_SUSPEND: > case APM_USER_SUSPEND: > + case APM

CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-25 Thread Remi Turk
Hi, Long long ago, (March 2000) Alexander Viro replied to Pavel Machek: >> Am I right that from now on each process can have completely different >> view of filesystem like in plan9? > >Almost there ;-) And yes, the only thing we lack for proper namespaces is >the union-directories (clone() bit

Re: CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-29 Thread Remi Turk
Peter Samuelson wrote: > > [Remi Turk] > > Do I understand correctly that this means hardlinks to directories > > (except . and ..) are fundamentally impossible in Linux? > > Why do you want to be able to do that? Use symlinks or loopback mounts > and stay out

Not reproducable crc error at boot :-(

2000-10-27 Thread Remi Turk
Hi folks, when booting pre5 I got a crc-error while uncompressing the kernel this morning. (/usr/src/linux/lib/inflate.c:1166 AFAICS) Rebooting didn't trigger it again and it's the first time I ever saw it. I've never had any SIG11 problems while compiling kernels so I wouldn't expect bad RAM.

No IRQ known for interrupt pin A of device 00:0f.0

2000-10-28 Thread Remi Turk
Hi, I just saw this warning when booting: Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ALI15X3: IDE controller on PCI bus 00 dev 78 PCI: No IRQ known for interrupt pin A of device 00:0f.0. Please try using

Re: No IRQ known for interrupt pin A of device 00:0f.0

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Remi Turk wrote: > > Uniform Multi-Platform E-IDE driver Revision: 6.31 > > ide: Assuming 33MHz system bus speed for PIO modes; override with > > idebus=xx > > ALI15X3: IDE controller on PCI bus 00 dev 78 > > PCI: No IRQ known for inter

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Remi Turk wrote: > > > > Jeff Garzik wrote: > > > > > > Ok, after fixing a bad interaction where the Web server was trying to > > > run dump_pirq as a CGI script, dump_pirq can be retrieved from > > > >

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Attached below is a message I just sent to someone else who is having > the same problem as you. Would it be possible for you to try the stuff > I suggest in the message as well? > > Thanks, > > Jeff > > Subject: Re: No IRQ known for interrupt pin A of device

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Remi Turk wrote: > > Ok, the problem is that you have an interrupt router table for your Ali > > 1533, but no interrupt router entry for your IDE device. That's why > > pci_enable_device is failing. > > > > Would you mind testing two kernel patches for me? Bo

Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Remi Colinet
wsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html Remi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Obtaining a list of memory address ranges allocated to processes

2006-12-06 Thread Remi Colinet
of memory > address ranges allocated to the running processes on a system? > pmap pid_of_your_program will give you the memory map. > Stephen > Remi > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL P

Re: Kernel panic at boot with recent pci quirks patch

2006-12-07 Thread Remi Colinet
Selon Frank Sorenson <[EMAIL PROTECTED]>: > Remi Colinet wrote: > > Frank Sorenson <[EMAIL PROTECTED]> wrote: > > > >> The latest -git tree panics at boot for me. git-bisect traced the > > offending commit to: > >> 368c73d4f689dae0807d0

Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-10 Thread Remi Colinet
Point. X refuses to start. Any idea? Remi Colinet - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Dmitry Torokhov <[EMAIL PROTECTED]>: > Hi Remi, > > On Thursday 10 May 2007 21:50, Andrew Morton wrote: > > On Thu, 10 May 2007 15:05:25 +0200 > > Remi Colinet <[EMAIL PROTECTED]> wrote: > > > > > My D610 ALPS Glide Point is unresponsive

Re: Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop

2007-05-11 Thread Remi Colinet
Selon Andrew Morton <[EMAIL PROTECTED]>: > On Thu, 10 May 2007 15:05:25 +0200 > Remi Colinet <[EMAIL PROTECTED]> wrote: > > > My D610 ALPS Glide Point is unresponsive with 2.6.21-mm1 patch. > > No problem noticed with 2.6.21. > > > > The culprit see

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
Oups sorry msmtp messed up the from mail address. Do you want me to re-submit this or you can fix it while applying the patch ? -- Remi Pommarel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majo

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
On Wed, May 07, 2014 at 12:27:21AM +0300, Dan Carpenter wrote: > Best to fix it yourself and Greg can take which ever version is easiest. Ok thank you so I'll re-submitted it. Regards -- Remi Pommarel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
This patch fixes all prohibited spaces after open '(' checkpatch.pl errors for rtl8188eu. Signed-off-by: Remi Pommarel --- drivers/staging/rtl8188eu/include/odm_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/odm_debug.h b

[PATCH] Staging: rtl8821ae: use kmalloc instead of variable length stack arrays

2014-06-04 Thread Remi Pommarel
This removes stack arrays of variable length and use kmalloc() instead, thus removing the sparse warnings "Variable length array is used". Signed-off-by: Remi Pommarel --- drivers/staging/rtl8821ae/efuse.c | 38 +++--- 1 file changed, 31 insert

[PATCH v2 1/3] perf dso: Use libbfd to read build_id and .gnu_debuglink section

2020-08-04 Thread Remi Bernon
Wine generates PE binaries for most of its modules and perf is unable to parse these to get build_id or .gnu_debuglink section. Using libbfd when available, instead of libelf, makes it possible to resolve debug file location regardless of the dso binary format. Signed-off-by: Remi Bernon Cc

[PATCH v2 3/3] perf tests: Add test for PE binary format support

2020-08-04 Thread Remi Bernon
This adds a precompiled file in PE binary format, with split debug file, and tries to read its build_id and .gnu_debuglink sections, as well as looking up the main symbol from the debug file. This should succeed if libbfd is supported. Signed-off-by: Remi Bernon Cc: Alexander Shishkin Cc

[PATCH v2 2/3] perf symbols: Try reading the symbol table with libbfd

2020-08-04 Thread Remi Bernon
running under Wine. Because libbfd doesn't provide symbol size (probably because of some backends not supporting it), we compute it by first sorting the symbols by addresses and then we consider that they are sequential in a given section. Signed-off-by: Remi Bernon Cc: Alexander Shishkin Cc

Re: [PATCH v2 2/3] perf symbols: Try reading the symbol table with libbfd

2020-08-05 Thread Remi Bernon
On 2020-08-04 22:32, Jiri Olsa wrote: On Tue, Aug 04, 2020 at 10:57:35AM +0200, Remi Bernon wrote: SNIP + +int dso__load_bfd_symbols(struct dso *dso, const char *debugfile) +{ + int err = -1; + long symbols_size, symbols_count; + asection *section; + asymbol **symbols

  1   2   >