Just a bunch of small fixes and tidy ups:
1) Finish the busy_poll renames, from Eliezer Tamir.
2) Fix RCU stalls in IFB driver, from Ding Tianhong.
3) Linearize buffers properly in tun/macvtap zerocopy code.
4) Don't crash on rmmod in vxlan, from Pravin B Shelar.
5) Spinlock used before init
On Fri, Jul 12, 2013 at 09:50:51PM +0200, Willy Tarreau wrote:
On Fri, Jul 12, 2013 at 10:50:08AM -0700, Linus Torvalds wrote:
So I'm not going to argue that your particular patches were the
problem here. I'm more arguing against your arguments than against the
patches themselves. I'm not
On Fri, Jul 12, 2013 at 10:46:21PM -0700, Darren Hart wrote:
On Fri, 2013-07-12 at 18:17 -0700, Greg KH wrote:
On Fri, Jul 12, 2013 at 05:58:07PM -0700, Darren Hart wrote:
The MinnowBoard uses an AR803x PHY with the PCH GBE which requires
special handling. Use the MinnowBoard PCI
On Fri, Jul 12, 2013 at 11:22:23PM -0700, Greg Kroah-Hartman wrote:
So probably we should incite patch contributors to add a specific
tag such as Fixes: 3.5 and later, so that non-important patches
do not need the Cc:stable anymore, but users who experience an issue
can easily spot them
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive 2nd round of updates for the input subsystem. You will get an
update to Elantech driver to
On Fri, Jul 12, 2013 at 11:22:23PM -0700, Greg Kroah-Hartman wrote:
On Fri, Jul 12, 2013 at 09:50:51PM +0200, Willy Tarreau wrote:
On Fri, Jul 12, 2013 at 10:50:08AM -0700, Linus Torvalds wrote:
So I'm not going to argue that your particular patches were the
problem here. I'm more arguing
Hi Sasha,
On Wed, Jul 10, 2013 at 01:38:00PM -0700, Alexander Levitskiy wrote:
From: Sasha Levitskiy sa...@google.com
Input: Propagate hardware event timestamp to evdev.
Convey hardware generated timestamp associated with the current event packet.
The use of these event codes by hardware
* Linus Torvalds torva...@linux-foundation.org wrote:
On Fri, Jul 12, 2013 at 11:28 AM, H. Peter Anvin h...@zytor.com wrote:
OK, just read up some more on git notes, and *both* the assumptions I
had made about git notes were fundamentally wrong. Not sure how well
they would scale,
On Sat, Jul 13, 2013 at 08:36:07AM +0200, Willy Tarreau wrote:
On Fri, Jul 12, 2013 at 11:22:23PM -0700, Greg Kroah-Hartman wrote:
So probably we should incite patch contributors to add a specific
tag such as Fixes: 3.5 and later, so that non-important patches
do not need the Cc:stable
On Fri, Jul 12, 2013 at 1:38 PM, Kees Cook keesc...@chromium.org wrote:
Allows console=uart[8250],mmio[32],0xADDR[,BAUDn8[,BASE_BAUD]] to
be recognized during compressed boot early console setup, and during
boot console setup. Replaces defines with common serial defines. Adds
suport for
On Tue, Jul 09, 2013 at 04:55:29PM +0100, Morten Rasmussen wrote:
Hi,
This patch set is an initial prototype aiming at the overall power-aware
scheduler design proposal that I previously described
http://permalink.gmane.org/gmane.linux.kernel/1508480.
The patch set introduces a cpu
On Fri, 2013-07-12 at 12:52 +0200, Hannes Reinecke wrote:
On 07/12/2013 03:33 AM, Nicholas A. Bellinger wrote:
On Thu, 2013-07-11 at 18:02 -0700, Greg KH wrote:
On Thu, Jul 11, 2013 at 05:23:32PM -0700, Nicholas A. Bellinger wrote:
Drilling down the work items ahead of a real mainline push
On Fri, Jul 12, 2013 at 11:43:17PM -0700, Guenter Roeck wrote:
And if something fixes an issue, then I want it in stable, just like
Linus wants that in his tree.
Except if it is not critical, for a given definition of the word.
I'm not going to try to parse definitions here, but this is
On Fri, Jul 12, 2013 at 11:48:01PM -0700, Greg Kroah-Hartman wrote:
And if something fixes an issue, then I want it in stable, just like
Linus wants that in his tree.
It's the difference between this is a fix and please backport this
fix into stable. As we aid in this thread,
Hello!
I found the need for a script that doesn't require me to copy part of the
output from get_maintainer.pl into git send-email and could do both with
one command.
I don't know if there is something similar already implemented. If there is,
please point me to it. If not, maybe somebody finds
On Saturday 13 July 2013, Sergei Shtylyov wrote:
And are you sure you want to control this through sysfs? There's no
other better user/kernel apis for it?
I found none, besides ioctl(), as the device driven is rather
unique. But I thought that sysfs is ioctl() today, so I went with
On Sat, Jul 13, 2013 at 10:40:41AM +0300, Alexandru Juncu wrote:
Hello!
I found the need for a script that doesn't require me to copy part of the
output from get_maintainer.pl into git send-email and could do both with
one command.
What's wrong with adding this to get_maintainer.pl itself?
On 13 July 2013 11:01, Borislav Petkov b...@alien8.de wrote:
On Sat, Jul 13, 2013 at 10:40:41AM +0300, Alexandru Juncu wrote:
Hello!
I found the need for a script that doesn't require me to copy part of the
output from get_maintainer.pl into git send-email and could do both with
one command.
On Sat, Jul 13, 2013 at 11:05:04AM +0300, Alexandru Juncu wrote:
Nothing wrong at all. It's just that, to my shame, I don't know Perl.
Now would be the right time to get your feet wet :-)
From quickly skimming over it, it is almost ready:
./scripts/get_maintainer.pl --email --norolestats patch
Signed-off-by: Daniel Baluta dbal...@ixiacom.com
---
net/ipv6/ndisc.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index b3b5730..24c03396 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -479,7 +479,7 @@ static void
The bad thing about update_h_load(), which computes hierarchical load
factor for task groups, is that it is called for each task group in the
system before every load balancer run, and since rebalance can be
triggered very often, this function can eat really a lot of cpu time if
there are many cpu
From: Lad, Prabhakar prabhakar.cse...@gmail.com
This patch series replaces existing resource handling in the
driver with managed device resource.
Lad, Prabhakar (5):
media: davinci: vpbe_venc: convert to devm_* api
media: davinci: vpbe_osd: convert to devm_* api
media: davinci:
From: Lad, Prabhakar prabhakar.cse...@gmail.com
Replace existing resource handling in the driver with managed
device resource, this ensures more consistent error values and
simplifies error paths.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
From: Lad, Prabhakar prabhakar.cse...@gmail.com
Replace existing resource handling in the driver with managed
device resource, this ensures more consistent error values and
simplifies error paths.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
From: Lad, Prabhakar prabhakar.cse...@gmail.com
Replace existing resource handling in the driver with managed
device resource, this ensures more consistent error values and
simplifies error paths.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
From: Lad, Prabhakar prabhakar.cse...@gmail.com
Replace existing resource handling in the driver with managed
device resource, this ensures more consistent error values and
simplifies error paths.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
drivers/media/platform/davinci/vpss.c
From: Lad, Prabhakar prabhakar.cse...@gmail.com
Use the dev_* message logging API instead of raw printk.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
drivers/media/platform/davinci/vpbe.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
On 07/12/2013 12:15 AM, Srivatsa S. Bhat wrote:
And I'd of course appreciate to hear from Dirk, Tianyu and Toralf to know
whether their systems work fine after:
a. applying only the first commit (this is what gets backported to stable)
applied on top of straight 3.10 .0 : Breaks my system
Pavel Machek, le Sat 13 Jul 2013 01:33:01 +0200, a écrit :
This permits to reassign keyboard LEDs to something else than keyboard
leds
state, by adding keyboard led and modifier triggers connected to a
series
of VT input LEDs, themselves connected to VT input triggers, which
The GPADC is general purpose ADC found on TWL6030,
and TWL6032 PMIC, known also as Phoenix and PhoenixLite.
The TWL6030 and TWL6032 have GPADC with 17 and 19
channels respectively. Some channels have current
source and are used for measuring voltage drop
on resistive load for detecting
On Wed, 2013-07-10 at 22:50 +0200, Toralf Förster wrote:
I tested the patch several times on top of a66b2e5 - the origin issue is
fixed
Srivatsa's patch became commit f51e1eb63d (cpufreq: Fix cpufreq
regression after suspend/resume).
but - erratically another issue now appears : all 4 cores
Yijing,
On Fri, 2013-07-12 at 09:52 +0800, Yijing Wang wrote:
Do you wireless card support Device Serial Number ?
You can confirm it by lspci -vvv.
Yes, it does:
lspci -vvv -s 03:00 | grep Serial
Capabilities: [140 v1] Device Serial Number [...]
Paul Bolle
--
To unsubscribe from
Hi Peter,
(Morten's away for a week, I'll try cover some bits in the meantime)
On Sat, Jul 13, 2013 at 07:49:09AM +0100, Peter Zijlstra wrote:
On Tue, Jul 09, 2013 at 04:55:29PM +0100, Morten Rasmussen wrote:
This patch set is an initial prototype aiming at the overall power-aware
scheduler
subscribe linux-raid
--
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/
Hi Lee,
Thank you for the review. There is v3 of this patch. My bad I didn't put
it in reply to v1.
I'll address you comments in v4. Would you care to review v3, please.
Regards,
OK.
The GPADC is general purpose ADC found on TWL6030,
and TWL6032 PMIC, known also as Phoenix and PhoenixLite.
Hello,
Running 3.10 and I see the following for an md-raid1 of two SSDs:
Checking /sys/block/md1/queue:
add_random: 0
discard_granularity: 512
discard_max_bytes: 2147450880
discard_zeroes_data: 0
hw_sector_size: 512
iostats: 0
logical_block_size: 512
max_hw_sectors_kb: 32767
i2o_pool_alloc now uses kstrdup instead of duplicating its implementation.
Found usinc coccinelle.
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
drivers/message/i2o/memory.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/message/i2o/memory.c
Thank you for the review. There is v3 of this patch. My bad I didn't put
it in reply to v1.
I'll address you comments in v4. Would you care to review v3, please.
I'd rather go straight on to review v4 with my comments addressed, if
it's all the same to you?
--
Lee Jones
Linaro ST-Ericsson
Modified ahc_linux_pci_dev_probe function to use kstrdup instead of duplicating
its implementation.
Found using coccinelle.
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
drivers/scsi/aic7xxx/aic7xxx_osm_pci.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
Replaced kmalloc + strcpy code with kstrdup.
Found using coccinelle.
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
drivers/scsi/aic7xxx/aic79xx_osm_pci.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c
Now using kstrdup instead of its implementation.
Found using coccinelle.
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
drivers/scsi/aic7xxx/aic7770_osm.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/aic7xxx/aic7770_osm.c
Linus,
please pull the latest core-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
core-urgent-for-linus
* Header cleanup as requested by Linus
Thanks,
tglx
--
Maarten Lankhorst (1):
mutex: Move ww_mutex definitions
Linus,
please pull the latest perf-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
perf-urgent-for-linus
* Fix for do_div() abuse on x86
* Locking fix in perf core
* A pile of (build) fixes and cleanups in perf tools
Thanks,
tglx
On Sat, 2013-07-13 at 02:47 +0200, Jochen Striepe wrote:
Hello,
On Fri, Jul 12, 2013 at 04:28:20PM -0400, Steven Rostedt wrote:
I would suspect that machines that allow unprivileged users would be
running distro kernels, and not the latest release from Linus, and thus
even a bug
Linus,
please pull the latest timers-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
timers-urgent-for-linus
* Watchdog fixes for full dynticks
* Improved debug output for full dynticks
* Remove an obsolete full dynticks check
* Two ARM SoC
From: Lad, Prabhakar prabhakar.cse...@gmail.com
add OF support for the adv7343 driver.
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
---
Changes for v2:
1: Fixed naming of properties.
.../devicetree/bindings/media/i2c/adv7343.txt | 54
Linus,
please pull the latest irq-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
irq-urgent-for-linus
* Core fix for missing round up in the generic irq chip
implementation
* New irq chip for MOXA SoCs
* A few fixes and cleanups in
Hello dear how is life treating you over there? Do you currently need financial
loan help that will change your status? Contact us today via E-mail:
openup_cente...@mail.mn
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to
Linus,
please pull the latest sched-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
sched-urgent-for-linus
* Fix a potential deadlock versus hrtimers.
Thanks,
tglx
--
Peter Zijlstra (1):
sched: Fix HRTICK
On 13/07/13 18:34, Justin Piszcz wrote:
And possibly:
discard_zeroes_data: 1
Does it though?
Here's my 6 x SSD RAID10 that definitely discards.
brad@srv:~$ grep . /sys/block/md2/queue/*
/sys/block/md2/queue/add_random:0
/sys/block/md2/queue/discard_granularity:33553920
Linus,
please pull the latest x86-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
x86-urgent-for-linus
* Guarantee IDT page alignment
* Revert an UEFI patch which caused a regression
* Add a missing check for EFI runtime services
* Fix
Good day,
We are a company FAIRHAVEN INTERNATIONAL LTD. giving out loans by mail
advert. We provide various types of loans (soft loans for home,
personal loans, etc..) by 3% interest rate, the repayment period can
be for anything from 3 to 25 years. If you are interested in more
On Fri, Jul 12, 2013 at 11:48:01PM -0700, Greg Kroah-Hartman wrote:
It's the difference between this is a fix and please backport this
fix into stable. As we aid in this thread, cc:stable is a bit too much
automatic and sometimes not appropriate (not important enough fixes).
No, I've
Applied fixes suggested by checkpatch.pl.
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
net/core/ethtool.c | 30 --
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index ab5fa63..78e9d92 100644
---
I'd rather go straight on to review v4 with my comments addressed, if
it's all the same to you?
Sure. Thank you.
Best regards,
OK.--
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
On Fri 2013-07-12 10:37:33, Alan Stern wrote:
On Fri, 12 Jul 2013, Yanmin Zhang wrote:
On Thu, 2013-07-11 at 16:03 +0800, shuox@intel.com wrote:
From: Liu ShuoX shuox@intel.com
In shutdown progress, system is possible to do power transition
(such as suspend-to-ram) in
Applied fixes suggested by checkpatch.pl
Signed-off-by: Dragos Foianu dragos.foi...@gmail.com
---
net/irda/irlan/irlan_eth.c | 31 ++-
1 file changed, 14 insertions(+), 17 deletions(-)
diff --git a/net/irda/irlan/irlan_eth.c b/net/irda/irlan/irlan_eth.c
index
On Friday, July 12, 2013 06:32:11 PM Greg Kroah-Hartman wrote:
On Sat, Jul 13, 2013 at 02:24:07AM +0200, Rafael J. Wysocki wrote:
On Thursday, July 11, 2013 08:34:30 PM Greg Kroah-Hartman wrote:
On Thu, Jul 11, 2013 at 10:57:46PM -0400, John W. Linville wrote:
On Thu, Jul 11, 2013 at
Hi Stephen,
On Thu, 11 Jul 2013 22:34:24 +0200 Wim Van Sebroeck w...@iguana.be wrote:
Please pull from 'master' branch of
git://www.linux-watchdog.org/linux-watchdog.git
This was all rebased in the last day from what has been in linux-next for
some time. All the patches are the
This adds device tree with neccessary support to boot with functional
video (on both emulator and real N900 device).
Signed-off-by: Pavel Machek pa...@ucw.cz
---
From v1: Aaro wants just GPLv2, so I did that. I re-enabled parts that
can be enabled on 3.10, and tested it on that kernel.
diff
On Fri, 2013-07-12 at 12:48 +0530, Viresh Kumar wrote:
On 12 July 2013 03:45, Srivatsa S. Bhat
srivatsa.b...@linux.vnet.ibm.com wrote:
commit a66b2e (cpufreq: Preserve sysfs files across suspend/resume) has
unfortunately caused several things in the cpufreq subsystem to break subtly
after
On Sat, 2013-07-13 at 12:16 +0200, Paul Bolle wrote:
I suspect that the stuck frequency is a regression introduced in v3.10.0.
The culprit apparently is commit a66b2e503f (cpufreq: Preserve sysfs
files across suspend/resume). Srivatsa submitted a patch to revert that
commit (see
On Sat, 2013-07-13 at 14:20 +0530, Prabhakar Lad wrote:
Use the dev_* message logging API instead of raw printk.
[]
diff --git a/drivers/media/platform/davinci/vpbe.c
b/drivers/media/platform/davinci/vpbe.c
[]
@@ -735,7 +735,7 @@ static int vpbe_initialize(struct device *dev, struct
Jean, All,
On 2013-07-12 11:07 +0200, Jean Delvare spake thusly:
[--SNIP--]
+static int sym_rel_comp( const void *sym1, const void *sym2 )
+{
+ struct sym_match *s1 = *(struct sym_match **)sym1;
+ struct sym_match *s2 = *(struct sym_match **)sym2;
You
Please I would like you to keep this proposal as a top secret and delete it if
you
are not interested and get back to me if you are interested for details as
regards
to the transfer of $24,500,000 to you.
This money initially belongs to a Libyan client who died in the libya crisis
and had no
Thanks,
All 4 applied to the togreg branch of iio.git
Jonathan
On 07/12/2013 10:46 PM, Pandruvada, Srinivas wrote:
Tested and ready to go.
Thanks,
Srinivas
-Original Message-
From: Jonathan Cameron [mailto:ji...@kernel.org]
Sent: Friday, July 12, 2013 11:45 AM
To:
On 07/13/2013 11:23 AM, Toralf Förster wrote:
On 07/12/2013 12:15 AM, Srivatsa S. Bhat wrote:
And I'd of course appreciate to hear from Dirk, Tianyu and Toralf to know
whether their systems work fine after:
a. applying only the first commit (this is what gets backported to stable)
applied
On Fri, Jul 12, 2013 at 6:35 PM, Haojian Zhuang
haojian.zhu...@gmail.com wrote:
These patches couldn't be applied. Since we're moving irq drivers from arch
directories to irq directories.
It does not seem in line with the collaborative manner of kernel
development to block my patches for a
On 7/12/2013 11:49 PM, Peter Zijlstra wrote:
Arjan; from reading your emails you're mostly busy explaining what cannot be
done. Please explain what _can_ be done and what Intel wants. From what I can
see you basically promote a max P state max concurrency race to idle FTW.
Since you can't
Commit 4b5b4c7222 (staging/lustre/libcfs: restore LINVRNT) added
default false to this Kconfig file. It was obviously meant to use
default n here.
Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
0) Tested lightly, with make menuconfig only.
1) No-one noticed because default invalid Kconfig
On 07/12/2013 11:47 PM, Yinghai Lu wrote:
for 32 bit, that is ok.
for 64 bit via 32bit bootloader, arch/x86/boot/compressed/head_64.S
will set page table for first 4G still ok.
for 64 bit via 64bit loader, like kexec via bzImage64, First Kernel/Kexec only
set ident mapping for usable range,
On Sat, Jul 13, 2013 at 12:00:30PM +1000, Dave Chinner wrote:
On Thu, Jul 11, 2013 at 10:39:30PM -0400, Dave Jones wrote:
Just saw this during boot after an unclean shutdown. It hung afterwards.
[ 97.162665] XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT,
file:
On Sat, Jul 13, 2013 at 07:11:29AM -0400, Steven Rostedt wrote:
Users expect vanilla .0 releases usable as production systems, to
be updated (meaning, no new features, just stabilizing) with the
corresponding -stable series.
This really is a case by case basis. An unprivileged user
Hi Linus,
Here's the first set of fixes for SoC platforms. You'll see a trivial
merge conflict due to the same bug being fixed through our tree and
another (with a newline difference), but it was near the bottom of the
branch and I didn't think it was worth rebasing away.
-Olof
The following
This patch adds optimization of try_to_wake_up() function
for cases when the system is doing parallel wake_up
of the same task on the different cpus. Also it adds
accounting the statistics of these situations.
We check the status of the task we want to wake up.
If it is TASK_WAKING then the task
On Sat, 2013-07-13 at 11:10 -0400, Dave Jones wrote:
On Sat, Jul 13, 2013 at 07:11:29AM -0400, Steven Rostedt wrote:
Users expect vanilla .0 releases usable as production systems, to
be updated (meaning, no new features, just stabilizing) with the
corresponding -stable series.
On Sat, Jul 13, 2013 at 04:40:46PM +0200, Paul Bolle wrote:
Commit 4b5b4c7222 (staging/lustre/libcfs: restore LINVRNT) added
default false to this Kconfig file. It was obviously meant to use
default n here.
Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
0) Tested lightly, with make
On Fri, 2013-07-12 at 23:26 -0700, Greg KH wrote:
On Fri, Jul 12, 2013 at 10:46:21PM -0700, Darren Hart wrote:
On Fri, 2013-07-12 at 18:17 -0700, Greg KH wrote:
On Fri, Jul 12, 2013 at 05:58:07PM -0700, Darren Hart wrote:
The MinnowBoard uses an AR803x PHY with the PCH GBE which requires
On 7/12/2013 11:49 PM, Peter Zijlstra wrote:
On Tue, Jul 09, 2013 at 04:55:29PM +0100, Morten Rasmussen wrote:
Hi,
This patch set is an initial prototype aiming at the overall power-aware
scheduler design proposal that I previously described
OpenFirmware doesn't quite follow the protocol described in boot.txt
and the kernel has detected this through use of the sentinel value
in boot_params. OFW does zero out almost all of the stuff that it should
do, but not the sentinel.
This causes the kernel to clear olpc_ofw_header, which breaks
Commit 4b5b4c7222 (staging/lustre/libcfs: restore LINVRNT) added
default false to this Kconfig file. It was obviously meant to use
default n here. But we might as well drop this line, as a Kconfig bool
defaults to 'n' anyway.
Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
0) v2: remove the
Greg,
I'm afraid I botched the Subject line. Please remove one instance of
staging/lustre/libcfs: from the summary.
Paul Bolle
--
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
Hi,
(2013/07/09 10:09), Waiman Long wrote: +/**
+ * lockref_put_or_lock - decrements count unless count = 1 before decrement
+ * @lockcnt: pointer to lockref structure
+ * Return: 1 if count updated successfully or 0 if count = 1 and lock taken
+ *
+ * The only difference between
On Fri, Jul 12, 2013 at 5:40 PM, Sven-Haegar Koch hae...@sdinet.de wrote:
On Fri, 12 Jul 2013, Luis R. Rodriguez wrote:
Kicked out the first Linux kernel backports release under the new
project name, backports that hopefully clarifies this a generic
backport project now. Backported subsystems
Now that acpiphp_check_bridge() always enumerates devices behind the
bridge, there is no need to do that for each sub-bridge anymore like it is
done in the current ACPI-based PCI hotplug code. Given this we don't need
check_sub_bridges() anymore and can drop the function completely.
This also
On Sat, Jul 13, 2013 at 09:08:01AM -0700, Darren Hart wrote:
On Fri, 2013-07-12 at 23:26 -0700, Greg KH wrote:
On Fri, Jul 12, 2013 at 10:46:21PM -0700, Darren Hart wrote:
On Fri, 2013-07-12 at 18:17 -0700, Greg KH wrote:
---
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h| 15
On Sat, Jul 13, 2013 at 06:47:37PM +0200, Paul Bolle wrote:
Greg,
I'm afraid I botched the Subject line. Please remove one instance of
staging/lustre/libcfs: from the summary.
Please resend it. When dealing with almost a thousand patches a kernel
release, editing subject lines by hand is
diff --git a/MAINTAINERS b/MAINTAINERS
index 9b893d7..d81f637 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5725,6 +5725,7 @@ P:Vincent Sanders vi...@simtec.co.uk
M: Simtec Linux Team li...@simtec.co.uk
W: http://www.simtec.co.uk/products/EB110ATX/
S: Supported
+F:
I'm announcing the release of the 3.0.86 kernel.
All users of the 3.0 kernel series must upgrade.
The updated 3.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
On Fri, Jul 12, 2013 at 8:14 PM, Steven Rostedt rost...@goodmis.org wrote:
On Fri, 2013-07-12 at 10:59 -0700, Linus Torvalds wrote:
On Fri, Jul 12, 2013 at 10:50 AM, Steven Rostedt rost...@goodmis.org wrote:
Perhaps just make a separate stable branch, where you cherry-pick the
specific
Hello All!
Here are a few code cleanups after Jean's review:
[PATCH 1/3] Documentation/kconfig: more concise and straightforward
[PATCH 2/3] kconfig: avoid multiple calls to strlen
[PATCH 3/3] kconfig: cleanup symbol-search code
If everything is good, I'll send a pull-request to
From: Yann E. MORIN yann.morin.1...@free.fr
- no need for a double-indirection for the temporary sym_match_arr array
- the temporary sym_match_arr array is not NULL terminated, so no need
to allocate n+1 elements
- two minor style fixes
- grammar fix in comment
Reported-by: Jean Delvare
From: Yann E. MORIN yann.morin.1...@free.fr
Calls to strlen are costly, so avoid calling strln as much as we can.
Reported-by: Jean Delvare jdelv...@suse.de
Signed-off-by: Yann E. MORIN yann.morin.1...@free.fr
Cc: Jean Delvare jdelv...@suse.de
---
scripts/kconfig/symbol.c | 10 +-
1
From: Yann E. MORIN yann.morin.1...@free.fr
Re-phrase the explanations on the sorting of search results, in a more
concise and complete way.
Drop reference to the user's locale when sorting alphabetically, since
this is implicit.
Reported-by: Jean Delvare jdelv...@suse.de
Signed-off-by: Yann E.
All,
On 2013-07-13 20:08 +0200, Yann E. MORIN spake thusly:
From: Yann E. MORIN yann.morin.1...@free.fr
Re-phrase the explanations on the sorting of search results, in a more
concise and complete way.
Drop reference to the user's locale when sorting alphabetically, since
this is
On Wed, 2013-07-10 at 12:39 +0100, Fleming, Matt wrote:
On 10 July 2013 12:34, Maarten Lankhorst
maarten.lankho...@canonical.com wrote:
Hey,
It seems that in the merge window my macbook pro stopped working at some
point. I looked for suspicious
efi related commits, and found that
On Wed 2013-07-10 15:08:59, Pali Rohár wrote:
* On RX-51 probing for acx565akm driver is later then for omapfb which cause
that omapfb probe fail and framebuffer is not working
* EPROBE_DEFER causing that kernel try to probe for omapfb later again which
fixing this problem
* Without this
On Sat, Jul 13, 2013 at 07:42:11AM -0400, Theodore Ts'o wrote:
On Fri, Jul 12, 2013 at 11:48:01PM -0700, Greg Kroah-Hartman wrote:
It's the difference between this is a fix and please backport this
fix into stable. As we aid in this thread, cc:stable is a bit too much
automatic and
Commit 4b5b4c7222 (staging/lustre/libcfs: restore LINVRNT) added
default false to this Kconfig file. It was obviously meant to use
default n here. But we might as well drop this line, as a Kconfig bool
defaults to 'n' anyway.
Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
0) v2: remove the
I'm announcing the release of the 3.4.53 kernel.
All users of the 3.4 kernel series must upgrade.
The updated 3.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
1 - 100 of 280 matches
Mail list logo