On Wed, 1 Aug 2012 20:57:07 +0300, Barbaros Tokaoğlu
wrote:
> ref_module function is not defined when CONFIG_MODULES is not set thus
> it causes compile error when a module which is set to be built-in uses it.
> This patch defines a dummy ref_module function when CONFIG_MODULES
> is not set.
>
>
Hi,
when looking at http://www.kernel.org/, kernel 3.4.7 is shown as the
latest stable kernel, and 3.6-rc1 as the latest mainline kernel. The
3.5 version is not mentioned. Why is the latest stable kernel something
older than 3.5?
Regards,
Tino
--
To unsubscribe from this list: send the line "unsu
This patch contains code change only to use the present macro-
MX3_CAMERA_DATAWIDTH_MASK to check valid camera platform data
bus width instead of enumerating every possible data bus width.
Signed-off-by: Liu Ying
---
drivers/media/video/mx3_camera.c |4 +---
1 files changed, 1 insertions(+),
>>> On 06.08.12 at 00:28, "H. Peter Anvin" wrote:
> On 08/05/2012 02:29 PM, Jérôme Carretero wrote:
>> Hi,
>>
>> My PC (AMD Bulldozer + Asus SABERTOOTH 990FX) booted fine from UEFI
>> and it broke between v3.5 and v3.6-rc1.
>> Other machines with old BIOSes booted fine so I looked into EFI-related
On 08/06/2012 06:54 AM, anish kumar wrote:
> From: anish kumar
>
> External connector devices that decides connection information based on
> ADC values may use adc-jack device driver. The user simply needs to
> provide a table of adc range and connection states. Then, extcon
> framework will auto
Hi Anton,
> > On Thu, Jul 26, 2012 at 08:47:24PM +0530, Ramakrishna Pallala wrote:
> > > On some platforms one driver(or HW chip) may not be able to provide
> > > all the necessary attributes of the power supply connected to the
> > > platform or may provide very limited info which can be used by
Hi Maarten,
On 27 July 2012 19:09, Maarten Lankhorst
wrote:
> A dma-fence can be attached to a buffer which is being filled or consumed
> by hw, to allow userspace to pass the buffer without waiting to another
> device. For example, userspace can call page_flip ioctl to display the
> next frame o
On Mon, Aug 6, 2012 at 7:11 AM, Thierry Reding
wrote:
> On Sun, Aug 05, 2012 at 12:50:54PM +0200, Linus Walleij wrote:
>> We're working on a goal of a "single zImage" (one unified ARM
>> kernel) which means your platform must be able to handle the
>> case where this is turned on anyway, so I woul
On Fri, Aug 03, 2012 at 22:58:01, Randy Dunlap wrote:
> On 07/17/2012 02:48 PM, Randy Dunlap wrote:
>
> > On 07/16/2012 10:41 PM, Stephen Rothwell wrote:
> >
> >> Hi all,
> >>
> >> Changes since 20120716:
> >>
> >
> >
> > on i386:
> >
> > drivers/built-in.o: In function `tps65217_probe':
> > t
On Fri, Jul 20, 2012 at 10:09 PM, Rob Clark wrote:
> Fyi, Daniel Vetter had suggested on IRC that it would be cleaner to
> have a single helper fxn that most-restrictive union of all attached
> device's dma_parms. Really this should include dma_mask and
> coherent_dma_mask, I think. But that tou
On Mon, Aug 6, 2012 at 4:18 AM, Stephen Warren wrote:
> I can't comment on the sysfs-vs-dev interface location, but I don't
> think it addresses Johannes' issue; finding out which GPIO IDs are
> provided by which devices.
>
> Perhaps in each device's sysfs node, there should be some information
>
On Sat, Aug 04, 2012 at 12:59:31PM +0200, Sasha Levin wrote:
> Hi all,
>
> While fuzzing with trinity inside a KVM tools guest, using latest -next
> kernel, I've stumbled on the dump below.
>
> I think this is the result of commit 765927b2 ("switch dentry_open() to
> struct path, make it grab r
Remove Tegra legacy clock framework code.
Signed-off-by: Prashant Gaikwad
---
arch/arm/mach-tegra/clock.c | 632 --
arch/arm/mach-tegra/clock.h | 89 --
arch/arm/mach-tegra/common.c |3 -
3 files changed, 0 insertions(+), 724 deletions(-)
dif
Add Tegra platform specific clock structure clk_tegra and
some helper functions for generic clock framework.
struct clk_tegra is the single strcture used for all types of
clocks. reset and cfg_ex ops moved to clk_tegra from clk_ops.
Signed-off-by: Prashant Gaikwad
---
arch/arm/mach-tegra/clock.
Make the name consistent with other files.
s/tegra2/tegra20
Signed-off-by: Prashant Gaikwad
---
arch/arm/mach-tegra/Makefile |2 +-
.../{tegra2_clocks.c => tegra20_clocks.c} |0
2 files changed, 1 insertions(+), 1 deletions(-)
rename arch/arm/mach-tegra/{t
This patch set ports Tegra clock code to generic clock framework.
Depends on:
b2f4774 ARM: tegra: fix U16 divider range check
e1a8a4d ARM: tegra: turn on UART A clock at boot
Tested on Ventana and Cardhu.
v4:
- Rebased on Tegra's for-3.7/common-clk
v3:
- Fix Tegra20 pll clk round rate.
- Fix
On Mon, Aug 6, 2012 at 2:27 AM, Christopher Sacchi
wrote:
> Here is a new patch that should be tested that fixes a function issue
> in the description for the Mac80211 driver in tar.bz2 format.
Please don't send patches as attachment (send in email body). More can
be found in
kernel source: Docume
On Sun, 2012-08-05 at 23:30 -0600, Bjorn Helgaas wrote:
> On Sat, Aug 4, 2012 at 12:19 PM, Alex Williamson
> wrote:
> > It's possible to have buses without an associated bridge
> > (bus->self == NULL). SR-IOV can generate such buses. When
> > we find these, skip to the parent bus to look for the
On Tue, Jul 31, 2012 at 6:26 PM, Poddar, Sourav wrote:
> Hi Santosh,
>
> On Tue, Jul 31, 2012 at 6:02 PM, Shilimkar, Santosh
> wrote:
>> On Tue, Jul 31, 2012 at 8:52 AM, Felipe Balbi wrote:
>>>
>>> Hi,
>>>
>>> On Tue, Jul 31, 2012 at 10:23:16AM +0530, Poddar, Sourav wrote:
>>> > The device
On Sat, Aug 4, 2012 at 12:19 PM, Alex Williamson
wrote:
> It's possible to have buses without an associated bridge
> (bus->self == NULL). SR-IOV can generate such buses. When
> we find these, skip to the parent bus to look for the next
> ACS test.
To make sure I understand the problem here, I t
On 06.08.2012 06:52, Rob Herring wrote:
> On 08/05/2012 11:18 AM, Daniel Mack wrote:
>> Ping, anyone?
>>
>> On 30.07.2012 09:36, Daniel Mack wrote:
>>> This patch adds logic to parse lis3 properties from a device tree node
>>> and store them in a freshly allocated lis3lv02d_platform_data.
>>>
>>> N
> From: anish kumar
>
> External connector devices that decides connection information based on
> ADC values may use adc-jack device driver. The user simply needs to
> provide a table of adc range and connection states. Then, extcon
> framework will automatically notify others.
>
> Signed-off-by
On Sun, Aug 05, 2012 at 12:50:54PM +0200, Linus Walleij wrote:
> On Mon, Jul 30, 2012 at 9:47 AM, Thierry Reding
> wrote:
> > On Sun, Jul 29, 2012 at 07:13:57PM +0200, Linus Walleij wrote:
> >> On Mon, Jul 23, 2012 at 1:59 PM, Thierry Reding
> >> wrote:
>
> >> > +- interrupt-controller: Marks th
From: "Yan, Zheng"
The Westmere-EX uncore is similar to the Nehalem-EX uncore. The
differences are:
- Westmere-EX uncore has 10 instances of Cbox. The MSRs for Cbox8
and Cbox9 in the Westmere-EX aren't contiguous with Cbox 0~7.
- The fvid field in the ZDP_CTL_FVC register in the Mbox is
d
From: "Yan, Zheng"
This patch includes following fixes and update:
- Only some events in the Sbox and Mbox can use the match/mask
registers, add code to check this.
- The format definitions for xbr_mm_cfg and xbr_match registers
in the Rbox are wrong, xbr_mm_cfg should use 32 bits, xbr_ma
From: "Yan, Zheng"
Fix section mismatch in uncore_types_exit():
WARNING: vmlinux.o(.text+0x13831): Section mismatch in
reference from the function uncore_types_exit() to the
function .init.text:uncore_type_exit()
Signed-off-by: Yan, Zheng
---
arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2
Hi!
There is a per core register on modern POWER processors (POWER6+) called
"DSCR": The DSCR (aka Data Stream Control Register) is supported on some
server PowerPC chips and allow some control over the prefetch of data
streams.
Its "per process" support has been added by
http://git.kernel.org
gfs2 calls RB_EMPTY_NODE() to check if nodes are not on an rbtree.
The corresponding initialization function is RB_CLEAR_NODE().
rb_init_node() was never clearly defined and is going away.
Signed-off-by: Michel Lespinasse
---
fs/gfs2/rgrp.c |5 ++---
1 files changed, 2 insertions(+), 3 delet
On Sun, Aug 5, 2012 at 8:43 PM, Stephen Rothwell wrote:
> Caused by commit 5599fe1ab023 ("rbtree: empty nodes have no color") from
> the akpm tree interacting with commit cde7c325077b ("GFS2: Add structure
> to contain rgrp, bitmap, offset tuple") from the gfs2 tree.
>
> I have applied the followi
On Monday, August 06, 2012 1:48 PM Sachin Kamat wrote:
>
> Hi Jingoo,
>
> On 6 August 2012 10:13, Jingoo Han wrote:
> > Since msleep might not sleep for the desired amount when less
> > than 20ms, use usleep_range.
> >
> > Cc: Ashish Jangam
> > Cc: Richard Purdie
> > Signed-off-by: Jingoo Han
From: anish kumar
External connector devices that decides connection information based on
ADC values may use adc-jack device driver. The user simply needs to
provide a table of adc range and connection states. Then, extcon
framework will automatically notify others.
Signed-off-by: anish kumar
-
On 08/05/2012 11:18 AM, Daniel Mack wrote:
> Ping, anyone?
>
> On 30.07.2012 09:36, Daniel Mack wrote:
>> This patch adds logic to parse lis3 properties from a device tree node
>> and store them in a freshly allocated lis3lv02d_platform_data.
>>
>> Note that the actual match tables are left out he
On Sun, Aug 05, 2012 at 07:20:31PM -0400, Alex Deucher wrote:
> On Sun, Aug 5, 2012 at 5:44 PM, Dave Airlie wrote:
> > On Mon, Aug 6, 2012 at 7:40 AM, Daniel Vetter wrote:
> >> On Sun, Aug 05, 2012 at 10:18:38PM +0100, Matthew Garrett wrote:
> >>> On Sun, Aug 05, 2012 at 11:14:12PM +0200, Daniel
On 8/4/12 12:19 PM, Alex Williamson wrote:
It's possible to have buses without an associated bridge
(bus->self == NULL). SR-IOV can generate such buses. When
we find these, skip to the parent bus to look for the next
ACS test.
Signed-off-by: Alex Williamson
---
David Ahern reported an oops f
On 8/4/12 12:08 PM, Alex Williamson wrote:
SR-IOV can create buses without a bridge. There may be other cases
where this happens as well. In these cases skip to the parent bus
and continue testing devices there.
Signed-off-by: Alex Williamson
Tested-by: David Ahern
--
To unsubscribe from
Hi Don,
(2012/08/06 13:09), Don Dutile wrote:
> On 08/03/2012 07:24 AM, Takao Indoh wrote:
>> Hi all,
>>
>> This patch adds kernel parameter "reset_pcie_devices" which resets PCIe
>> devices at boot time to address DMA problem on kdump with iommu. When
>> this parameter is specified, a hot reset i
From: Namhyung Kim
Now we have isolated all ELF-specific stuff, it's possible to build
without libelf. The output binary can do most of jobs but lacks (user
level) symbol information - kernel symbols are still accessable thanks
to the kallsyms.
To build perf without libelf (elfutils), give NO_LI
From: Namhyung Kim
The symbol__elf_init() is for initializing internal libelf
data structure and getting rid of its dependency outside of
ELF/symboling handling code.
Signed-off-by: Namhyung Kim
---
tools/perf/builtin-buildid-list.c | 4 +---
tools/perf/util/symbol.c | 8 +++-
too
Hi,
This is my forth version of the series. Please consider applying. :)
v4:
* rebase on current tip/perf/core
v3:
* drop already merged (cross-build related) patches
* drop SYMBIND_* change (Arnaldo)
v2:
* change make option name to NO_LIBELF
* make it default when libelf doesn't exist (I
On Tue, Jul 31, 2012 at 11:36:04AM -0400, Konrad Rzeszutek Wilk wrote:
> On Sun, Jul 29, 2012 at 10:54:28AM +0900, Minchan Kim wrote:
> > On Fri, Jul 27, 2012 at 02:42:14PM -0700, Dan Magenheimer wrote:
> > > > From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org]
> > > > Sent: Friday, July 27, 20
Hi Jingoo,
On 6 August 2012 10:13, Jingoo Han wrote:
> Since msleep might not sleep for the desired amount when less
> than 20ms, use usleep_range.
>
> Cc: Ashish Jangam
> Cc: Richard Purdie
> Signed-off-by: Jingoo Han
> ---
> drivers/video/backlight/da9052_bl.c |2 +-
> 1 files changed,
From: Namhyung Kim
Factor out the dependency of ELF handling into separate symbol-elf.c
file. It is a preparation of building a minimalistic version perf
tools which doesn't depend on the elfutils.
Signed-off-by: Namhyung Kim
---
tools/perf/Makefile | 1 +
tools/perf/util/map.c
From: Namhyung Kim
Implement a minimal elf parser for getting build-id. It assumes that
required elf.h header is provided by libc header on the system and the
parser only looks for PT_NOTE program header to check build-id.
Signed-off-by: Namhyung Kim
---
tools/perf/util/symbol-minimal.c | 242
Since msleep might not sleep for the desired amount when less
than 20ms, use usleep_range.
Cc: Claudio Nieder
Cc: Richard Purdie
Signed-off-by: Jingoo Han
---
drivers/video/backlight/kb3886_bl.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/video/backlight
Since msleep might not sleep for the desired amount when less
than 20ms, use usleep_range.
Cc: Haavard Skinnemoen
Cc: Richard Purdie
Signed-off-by: Jingoo Han
---
drivers/video/backlight/ltv350qv.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/video/back
Since msleep might not sleep for the desired amount when less
than 20ms, use usleep_range.
Cc: Ashish Jangam
Cc: Richard Purdie
Signed-off-by: Jingoo Han
---
drivers/video/backlight/da9052_bl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/backlight/da
Hi Vivek,
(2012/08/03 20:46), Vivek Goyal wrote:
> On Fri, Aug 03, 2012 at 08:24:31PM +0900, Takao Indoh wrote:
>> Hi all,
>>
>> This patch adds kernel parameter "reset_pcie_devices" which resets PCIe
>> devices at boot time to address DMA problem on kdump with iommu. When
>> this parameter is spe
On Sun, 5 Aug 2012, Takashi Iwai wrote:
> At Sat, 4 Aug 2012 10:01:13 -0700 (PDT),
> Hugh Dickins wrote:
> >
> > Sorry to report that with 3.6-rc1, closing and opening the lid on
> > this ThinkPad T420s leaves the screen blank, and I have to reboot.
> >
> > I understand there's also an nVidia gra
Hi, David
On Sun, 05 Aug 2012 22:14:42 -0600, David Ahern wrote:
> On 8/5/12 9:53 PM, Namhyung Kim wrote:
>>
>> I think this should go to the urgent branch too as the offending patch
>> seemed to go to the mainline already.
>>
>
> It was picked up by Ingo today and included in his pull request sen
Fix config warning:
warning: ( ... && DRM_USB) selects USB which has unmet direct dependencies
(USB_SUPPORT && USB_ARCH_HAS_HCD)
by adding the missing dependency on USB_ARCH_HAS_HCD to DRM_UDL and DRM_USB.
This exposes:
drivers/video/Kconfig:36:error: recursive dependency detected!
drivers/video
This patch fixes the error
drivers/usb/core/hub.c:3753: undefined reference to `usb_speed_string'
seen in various random configurations.
Cc: Sean Young
Cc: Mauro Carvalho Chehab
Signed-off-by: Guenter Roeck
---
drivers/media/rc/Kconfig |1 +
1 file changed, 1 insertion(+)
diff --g
On 8/5/12 9:53 PM, Namhyung Kim wrote:
I think this should go to the urgent branch too as the offending patch
seemed to go to the mainline already.
It was picked up by Ingo today and included in his pull request sent to
Linus.
David
--
To unsubscribe from this list: send the line "unsubsc
On 08/03/2012 07:24 AM, Takao Indoh wrote:
> Hi all,
>
> This patch adds kernel parameter "reset_pcie_devices" which resets PCIe
> devices at boot time to address DMA problem on kdump with iommu. When
> this parameter is specified, a hot reset is triggered on each PCIe root
> port and downstream p
Hi all,
OK, so the merge window is closed. Time to clean up your trees and then
start adding new stuff to them.
Changes since 20120803:
The cifs tree gained a build failure so I used the version from
next-20120803.
The acpi tree lost its build failure.
The rr tree gained a conflict against th
Hi, Arnaldo
On Fri, 3 Aug 2012 17:17:03 +0300, Kirill A. Shutemov wrote:
> On Fri, Aug 03, 2012 at 11:00:55AM -0300, Arnaldo Carvalho de Melo wrote:
>> From: Namhyung Kim
>>
>> It was a mistake just replace assert to BUG_ON since its condition
>> should be negated. Fix it.
>>
>> Signed-off-by:
Hi Andrew,
After merging the akpm tree, today's linux-next build (x86_64
allmodconfig) failed like this:
fs/gfs2/rgrp.c: In function 'gfs2_rs_alloc':
fs/gfs2/rgrp.c:456:2: error: implicit declaration of function 'rb_init_node'
[-Werror=implicit-function-declaration]
Caused by commit 5599fe1ab02
On Mon, 2012-07-30 at 13:18 +0300, Pekka Enberg wrote:
> On Sat, Jul 14, 2012 at 2:12 AM, Shuah Khan wrote:
> > The label oops is used in CONFIG_DEBUG_VM ifdef block and is defined
> > outside ifdef CONFIG_DEBUG_VM block. This results in the following
> > build warning when built with CONFIG_DEBUG
Acked-by
--mark
Ps sorry for the outlook munged reply.
-Original Message-
From: Julia Lawall [mailto:julia.law...@lip6.fr]
Sent: Sunday, August 05, 2012 2:53 AM
To: Gross, Mark
Cc: kernel-janit...@vger.kernel.org; Arnd Bergmann; Greg Kroah-Hartman;
linux-kernel@vger.kernel.org; Julia L
On 08/03/2012 12:34 PM, Sachidananda Urs wrote:
> ->get_sb() is no longer used, update documentation to use ->mount(). Also
> added
> a example for struct file_system_type.
>
> Signed-off-by: Sachidananda Urs
Acked-by: Rob Landley
(Yesterday at Texas Linuxfest I _finally_ got some of the gp
Mode change to 0644.
From: Scott Liu
Signed-off-by: Scott Liu
---
0 files changed
mode change 100755 => 100644 drivers/hid/hid-ids.h
mode change 100755 => 100644 drivers/hid/hid-multitouch.c
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
old mode 100755
new mode 100644
diff --gi
Hi Al,
Today's linux-next merge of the signal tree got a conflict in
arch/x86/kernel/signal.c between commit 1ea856be75ce ("x86: Exit RCU
extended QS on notify resume") from the rcu tree and commit 02bf6b04fcd5
("x86: switch uses of TIF_IRET to TIF_NOTIFY_RESUME, kill TIF_IRET") from
the signal tr
Hi John,
On Fri, Jul 27, 2012 at 11:57:11PM -0400, John Stultz wrote:
> In an attempt to push the volatile range managment even
> deeper into the VM code, this is my first attempt at
> implementing Minchan's idea of a LRU_VOLATILE list in
> the mm core.
>
> This list sits along side the LRU_ACTIV
On Mon, 2012-08-06 at 02:15 +, 함명주 wrote:
> > From: anish kumar
> >
> > External connector devices that decides connection information based on
> > ADC values may use adc-jack device driver. The user simply needs to
> > provide a table of adc range and connection states. Then, extcon
> > fram
On 08/04/2012 12:37 AM, Borislav Petkov wrote:
> From: Borislav Petkov
>
> The TLB characteristics appeared like this in dmesg:
>
> [0.065817] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
> [0.065817] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
> [0.065817] tlb_flush
On Sun, 5 Aug 2012, Cyril Chemparathy wrote:
> On 8/4/2012 3:04 AM, Nicolas Pitre wrote:
> > On Tue, 31 Jul 2012, Cyril Chemparathy wrote:
> >
> > > This patch modifies the switch_mm() processor functions to use 64-bit
> > > addresses. We use u64 instead of phys_addr_t, in order to avoid having
Hi Paul,
Today's linux-next merge of the rcu tree got a conflict in
include/linux/sched.h between commit 907aed48f65e ("mm: allow PF_MEMALLOC
from softirq context") from Linus' tree and commit 46fc4e7c01b7 ("rcu:
Switch task's syscall hooks on context switch") from the rcu tree.
Just context chan
Hi Paul,
Today's linux-next merge of the rcu tree got a conflict in arch/Kconfig
arch/x86/Kconfig between commit d673c23ca730 ("Make most arch
asm/module.h files use asm-generic/module.h") from the rr tree and commits
3dbdfc26e27f ("rcu: Settle config for userspace extended quiescent
state") and 1
On 08/04/2012 11:12 PM, Mark Brown wrote:
On Fri, Aug 03, 2012 at 10:15:46AM +0900, Alex Courbot wrote:
On Fri 03 Aug 2012 03:11:12 AM JST, Mark Brown wrote:
I missed some of the earlier bits of the thread here but why can't we do
device based lookups?
That is because the phandles would no
On Sun, 5 Aug 2012, Cyril Chemparathy wrote:
> Hi Nicolas,
>
> On 8/4/2012 2:49 AM, Nicolas Pitre wrote:
> > On Tue, 31 Jul 2012, Cyril Chemparathy wrote:
> >
> > > This patch adds support for 64-bit physical addresses in virt_to_phys
> > > patching. This does not do real 64-bit add/sub, but in
On 08/05/2012 04:06 AM, Linus Walleij wrote:
> On Wed, Aug 1, 2012 at 5:22 PM, Johannes Stezenbach wrote:
>
>> I'm currently learning how Linux devicetree support works,
>> here is one question I couldn't find an answer for.
>>
>> I understand that within the devicetree GPIOs are referenced by ph
Hi Christopher,
On Mon, Aug 6, 2012 at 12:02 PM, Christopher Sacchi
wrote:
> The source file needed a change that was told in the description to
> know that the #include needed to be fixed, and the function changed
> another value to 0 (yes) in the description (that said FIXME.)
This still does
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
Various minor optimizations in rb_erase():
- Avoid multiple loading of node->__rb_parent_color when computing parent
and color information (possibly not in close sequence, as there might
be further branches in the algorithm)
- In the 1-child
> From: anish kumar
>
> External connector devices that decides connection information based on
> ADC values may use adc-jack device driver. The user simply needs to
> provide a table of adc range and connection states. Then, extcon
> framework will automatically notify others.
>
> Signed-off-by
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
convert arch/x86/mm/pat_rbtree.c to the proposed augmented rbtree api
and remove the old augmented rbtree implementation.
Signed-off-by: Michel Lespinasse
Acked-by: Rik van Riel
--
All rights reversed
--
To unsubscribe from this list: send the
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
Introduce new augmented rbtree APIs that allow minimal recalculation of
augmented node information.
A new callback is added to the rbtree insertion and erase rebalancing
functions, to be called on each tree rotations. Such rotations preserve
the s
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
Small test to measure the performance of augmented rbtrees.
Signed-off-by: Michel Lespinasse
Acked-by: Rik van Riel
--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
I got an Oops from running "losetup -d /dev/loop2". The trace shows
loop_clr_fd calling bd_set_size, and the parameter bdev appears to have a
NULL in its bd_disk field.
The losetup command was run as part of a script that did this:
losetup -d /dev/loop5
losetup -d /dev/loop4
losetup -d /dev/
On Wed, Aug 01, 2012 at 12:49:27PM -0500, Matt Sealey wrote:
> In an effort to start afresh we are removing the "legacy" Efika MX support
> from the tree in this patch series so as to break ties with any
> non-device-tree
> code and minimize the possibility that there are two ways to build for our
On Sun, 5 Aug 2012, Cyril Chemparathy wrote:
> Hi Nicolas,
>
> On 8/4/2012 2:15 AM, Nicolas Pitre wrote:
> > On Tue, 31 Jul 2012, Cyril Chemparathy wrote:
> >
> > > This patch replaces the original physical offset patching implementation
> > > with one that uses the newly added patching framewor
Hi Mark,
After merging the spi-mb tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/spi/spi-gpio.c: In function 'spi_gpio_setup':
drivers/spi/spi-gpio.c:255:8: warning: cast from pointer to integer of
different size [-Wpointer-to-int-cast]
Caused by casting a pointe
The source file needed a change that was told in the description to
know that the #include needed to be fixed, and the function changed
another value to 0 (yes) in the description (that said FIXME.)
Thanks,
--
Christopher
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
On 08/05/2012 06:52 PM, Christopher Sacchi wrote:
> Patch for Mac80211, and no this is not spam, so do not ignore my
> e-mails. This is a patch, so copy this into your favorite text editor
> and save it as test.patch. Let the maintainers read and know! By the
> way, it is under the first -- line a
On Sun, Aug 5, 2012 at 7:48 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the cifs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> fs/cifs/Kconfig:3: syntax error
> fs/Kconfig:244: missing end statement for this entry
>
> Caused by commit 12f3f9b7c80c ("
Hi Christopher,
On Mon, Aug 6, 2012 at 11:52 AM, Christopher Sacchi
wrote:
> Patch for Mac80211, and no this is not spam, so do not ignore my
> e-mails. This is a patch, so copy this into your favorite text editor
> and save it as test.patch. Let the maintainers read and know! By the
> way, it is
Hi Christopher,
On Mon, Aug 6, 2012 at 11:01 AM, Christopher Sacchi
wrote:
> Hey guys, this should work now.
I see the changes you made, however you're not going to get them
accepted in this format.
See Documentation/SubmittingPatches
Online here:
https://git.kernel.org/?p=linux/kernel/git/li
Patch for Mac80211, and no this is not spam, so do not ignore my
e-mails. This is a patch, so copy this into your favorite text editor
and save it as test.patch. Let the maintainers read and know! By the
way, it is under the first -- line and to the 2nd to last line. :)
--
--- main.c 2012-07-2
On Mon, Aug 6, 2012 at 1:56 AM, Daniel Mack wrote:
> On 05.08.2012 18:56, Haojian Zhuang wrote:
>> On Mon, Aug 6, 2012 at 12:22 AM, Daniel Mack wrote:
>>> On 24.07.2012 20:01, Daniel Mack wrote:
On 23.07.2012 18:51, Dmitry Torokhov wrote:
> On Thu, Jul 19, 2012 at 05:36:12PM +0200, Danie
From: Ian Kent
Following a report of a crash during an automount expire I found that
the locking in fs/autofs4/expire.c:get_next_positive_subdir() was wrong.
Not only is the locking wrong but the function is more complex than it
needs to be.
The function is meant to calculate (and dget) the next
This patch fixes the following bug:
http://marc.info/?l=linux-usb&m=134318961120825&w=2
Originally, device lower power states include D1, D2, D3. After that,
D3 is further divided into D3hot and D3cold. To support both scenario
safely, original D3 is mapped to D3cold.
When adding D3cold suppor
This patch fixes the following bug:
http://marc.info/?l=linux-pci&m=134338059022620&w=2
Where lspci does not work properly if a device and the corresponding
parent bridge (such as PCIe port) is suspended. This is because the
device configuration space registers will be not accessible if the
corr
Changes:
v2:
- Change some pm_runtime_put to pm_runtime_put_sync per Alan and Rafael's
comments.
[BUGFIX -v2 1/4] PCI/PM: enable D3/D3cold by default for most devices
[BUGFIX -v2 2/4] PCI/PM: Keep parent bridge active when probing device
[BUGFIX -v2 3/4] PCI/PM: Fix config reg access for D3col
This patch fixes the following bug:
http://marc.info/?l=linux-pci&m=134329923124234&w=2
The root cause of the bug is as follow.
If a device is not bound with the corresponding driver, the device
runtime PM will be disabled and the device will be put into suspended
state. So that, the bridge/PCI
This patch adds ABI document for the following sysfs file:
/sys/bus/pci/devices/.../d3cold_allowed
Signed-off-by: Huang Ying
Acked-by: Rafael J. Wysocki
---
Documentation/ABI/testing/sysfs-bus-pci | 12
1 file changed, 12 insertions(+)
--- a/Documentation/ABI/testing/sysfs-bus-
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
An interesting observation for rb_erase() is that when a node has
exactly one child, the node must be black and the child must be red.
An interesting consequence is that removing such a node can be done by
simply replacing it with its child and mak
Hi Rusty,
Today's linux-next merge of the rr tree got a conflict in
arch/s390/Kconfig between commit 867c2dcb369b ("s390/seccomp: add support
for system call filtering using BPF") from the s390 tree and commit
d673c23ca730 ("Make most arch asm/module.h files use
asm-generic/module.h") from the rr
On Sunday, August 05, 2012 1:51 AM Julia Lawall wrote:
>
> From: Julia Lawall
>
> devm_kfree should not have to be explicitly used.
>
> The semantic patch that fixes this problem is as follows:
> (http://coccinelle.lip6.fr/)
>
> //
> @@
> expression x,d;
> @@
>
> x = devm_kzalloc(...)
> ...
On 08/02/2012 06:34 PM, Michel Lespinasse wrote:
In rb_erase, move the easy case (node to erase has no more than
1 child) first. I feel the code reads easier that way.
Signed-off-by: Michel Lespinasse
Reviewed-by: Rik van Riel
--
All rights reversed
--
To unsubscribe from this list: send th
On Sun, 5 Aug 2012, Rafael J. Wysocki wrote:
> > v2
> > use ktime_to_ns() instead of comparisons on .tv64 field
What is the reason for this? It apparently adds complexity and code
(on non-64-bit systems) to no purpose.
Alan Stern
--
To unsubscribe from this list: send the line "unsubscribe li
On Fri, 2012-08-03 at 23:21 +0200, Geert Uytterhoeven wrote:
> From: Mikael Pettersson
>
> commit c663600584a596b5e66258cc10716fb781a5c2c9 upstream.
>
> Booting a 3.2, 3.3, or 3.4-rc4 kernel on an Atari using the
> `nfeth' ethernet device triggers a WARN_ONCE() in generic irq
> handling code on
Hey guys, this should work now.
--
--- main.c 2012-07-21 20:58:29.0 +
+++ mainnew.c 2012-08-05 20:00:37.0 +
@@ -32,7 +32,7 @@
#include "led.h"
#include "cfg.h"
#include "debugfs.h"
-
+#include "net/rfkill/rfkill.h"
static struct lock_class_key ieee80211_rx_skb_que
1 - 100 of 276 matches
Mail list logo