Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-10-12 Thread Andev
On Sun, Oct 12, 2014 at 12:40 PM, Willy Tarreau wrote: > Hi, > > On Sun, Oct 12, 2014 at 11:50:59AM -0400, Andev wrote: >> Hello Bertrand, >> >> Does this need any user space support? Cos currently on a debian >> testing box(powerpc) enabling this options cau

Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-10-12 Thread Andev
notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) > +$(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) > ; \ > +$(mod_compress_cmd) $(2)/$(notdir $@) > > # Modules built outside the kernel source tree go into extra by default > INSTALL_MOD_DIR ?= extra > -- > 2.0.4 > > -- > 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/ -- Andev newmacmini_config Description: Binary data

Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-10-12 Thread Andev
-- 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/ -- Andev newmacmini_config Description: Binary

Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

2014-10-12 Thread Andev
On Sun, Oct 12, 2014 at 12:40 PM, Willy Tarreau w...@1wt.eu wrote: Hi, On Sun, Oct 12, 2014 at 11:50:59AM -0400, Andev wrote: Hello Bertrand, Does this need any user space support? Cos currently on a debian testing box(powerpc) enabling this options causes a boot hang while mounting

Re: [3.13.y.z extended stable] Patch "locking/mutex: Disable optimistic spinning on some architectures" has been added to staging queue

2014-08-06 Thread Andev
it was a Ubuntu specific kernel. So we have the following stable kernels as of now: 3.10, 3.12, 3.13, 3.14, 3.15(for a few days), 3.16! Interesting. -- Andev -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel

Re: [3.13.y.z extended stable] Patch "locking/mutex: Disable optimistic spinning on some architectures" has been added to staging queue

2014-08-06 Thread Andev
which Ubuntu supports. Why are you backporting this patch? -- Andev -- 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: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Andev
are you backporting this patch? -- Andev -- 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: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Andev
, 3.13, 3.14, 3.15(for a few days), 3.16! Interesting. -- Andev -- 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

Re: [PATCH next-20140704]: staging/rtl8821ae/base.c: sparse warning corrections

2014-07-09 Thread Andev
topdir(); > } > +EXPORT_SYMBOL(rtl_core_module_exit); same here. > > #if 0 > module_init(rtl_core_module_init); > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majord...@vger.kernel.org > More majordom

Re: [PATCH next-20140704]: staging/rtl8821ae/base.c: sparse warning corrections

2014-07-09 Thread Andev
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/ -- Andev -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [RFC PATCH 1/1] remove redundant compare, cmpxchg already does it

2014-06-04 Thread Andev
AITING_BIAS) { This was mainly done to avoid the cost of a cmpxchg in case where they are not equal. Not sure if it really makes a difference though. -- Andev -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2] rwsem: Support optimistic spinning

2014-06-04 Thread Andev
Hi, On Tue, Apr 29, 2014 at 11:11 AM, Paul E. McKenney wrote: > On Mon, Apr 28, 2014 at 05:50:49PM -0700, Tim Chen wrote: >> On Mon, 2014-04-28 at 16:10 -0700, Paul E. McKenney wrote: >> >> > > +#ifdef CONFIG_SMP >> > > +static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem) >> > >

Re: [PATCH v2] rwsem: Support optimistic spinning

2014-06-04 Thread Andev
Hi, On Tue, Apr 29, 2014 at 11:11 AM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: On Mon, Apr 28, 2014 at 05:50:49PM -0700, Tim Chen wrote: On Mon, 2014-04-28 at 16:10 -0700, Paul E. McKenney wrote: +#ifdef CONFIG_SMP +static inline bool rwsem_can_spin_on_owner(struct rw_semaphore

Re: [RFC PATCH 1/1] remove redundant compare, cmpxchg already does it

2014-06-04 Thread Andev
where they are not equal. Not sure if it really makes a difference though. -- Andev -- 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

Re: [PATCH V1 net-next 1/1] hyperv: Enable sendbuf mechanism on the send path

2014-04-24 Thread Andev
On Wed, Apr 23, 2014 at 5:24 PM, K. Y. Srinivasan wrote: > drivers/net/hyperv/hyperv_net.h | 14 +++ > drivers/net/hyperv/netvsc.c | 226 > +-- > drivers/net/hyperv/netvsc_drv.c |3 +-> 3 files changed, 234 > insertions(+), 9 deletions(-) I just

Re: [PATCH V1 net-next 1/1] hyperv: Enable sendbuf mechanism on the send path

2014-04-24 Thread Andev
On Wed, Apr 23, 2014 at 5:24 PM, K. Y. Srinivasan k...@microsoft.com wrote: drivers/net/hyperv/hyperv_net.h | 14 +++ drivers/net/hyperv/netvsc.c | 226 +-- drivers/net/hyperv/netvsc_drv.c |3 +- 3 files changed, 234 insertions(+), 9

Re: [PATCH resend] rsi: Fix a potential memory leak in rsi_set_channel()

2014-04-10 Thread Andev
On Thu, Apr 10, 2014 at 3:54 PM, Greg Kroah-Hartman wrote: > On Thu, Apr 10, 2014 at 03:46:12PM -0400, Andev wrote: >> Adding Greg KH, > > Why do I care about this? > I am not sure if this needs to be applied to stable too. Should I have cc'ed stable@? -- Pratapa Rudra -- T

Re: [PATCH resend] rsi: Fix a potential memory leak in rsi_set_channel()

2014-04-10 Thread Andev
On Thu, Apr 10, 2014 at 3:54 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Thu, Apr 10, 2014 at 03:46:12PM -0400, Andev wrote: Adding Greg KH, Why do I care about this? I am not sure if this needs to be applied to stable too. Should I have cc'ed stable@? -- Pratapa Rudra

Re: How to send a break? - dump from frozen 64bit linux

2007-08-20 Thread Andev Debi
On 5/29/06, Jesper Juhl <[EMAIL PROTECTED]> wrote: > On 28/05/06, Haar János <[EMAIL PROTECTED]> wrote: > [snip] > > I can only use swap _file_ in this config, and swapping into file is > > relatively slow. > > Not so. With a 2.4.x kernel swap files were slower than swap > partitions, but with the

Re: How to send a break? - dump from frozen 64bit linux

2007-08-20 Thread Andev Debi
On 5/29/06, Jesper Juhl [EMAIL PROTECTED] wrote: On 28/05/06, Haar János [EMAIL PROTECTED] wrote: [snip] I can only use swap _file_ in this config, and swapping into file is relatively slow. Not so. With a 2.4.x kernel swap files were slower than swap partitions, but with the 2.6 kernel a

Re: Problem - disabling IRQ #20 and others

2007-08-03 Thread Andev Debi
On 8/3/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 2 Aug 2007 16:57:42 +0530 > "Andev Debi" <[EMAIL PROTECTED]> wrote: > > > On 8/2/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > >> Please fix the wordwrapping before sending any

Re: Problem - disabling IRQ #20 and others

2007-08-03 Thread Andev Debi
On 8/3/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 2 Aug 2007 16:57:42 +0530 Andev Debi [EMAIL PROTECTED] wrote: On 8/2/07, Andrew Morton [EMAIL PROTECTED] wrote: Please fix the wordwrapping before sending any more stuff - it's truly awful. Sorry about that. Gmail

Re: Problem - disabling IRQ #20 and others

2007-08-01 Thread Andev Debi
On 8/1/07, debian developer <[EMAIL PROTECTED]> wrote: > On 8/1/07, Andev Debi <[EMAIL PROTECTED]> wrote: > > Hello, > > Im getting the following error while booting the kernel 2.6.22.1-cfs > > > > Aug 1 09:14:09 localhost kernel: [ 30.272161] EXT3 FS on h

Re: Problem - disabling IRQ #20 and others

2007-08-01 Thread Andev Debi
On 8/1/07, debian developer [EMAIL PROTECTED] wrote: On 8/1/07, Andev Debi [EMAIL PROTECTED] wrote: Hello, Im getting the following error while booting the kernel 2.6.22.1-cfs Aug 1 09:14:09 localhost kernel: [ 30.272161] EXT3 FS on hda8, internal journal Aug 1 09:14:09 localhost