Quantcast
Channel: Serverphorums.com - Linux Kernel
Browsing all 24115 articles
Browse latest View live
↧

[PATCH] kernel: nsproxy.c: fixed coding style issues (no replies)

Fixed 3 coding style issues (80 column limit, trailing whitespace) Signed-off-by: Sebastian Keller <sebastiankeller@fastmail.net> --- kernel/nsproxy.c | 8 +++++--- 1 file changed, 5...

View Article


[PATCH v3] vmcore: prevent PT_NOTE p_memsz overflow during header update (no...

Currently, update_note_header_size_elf64() and update_note_header_size_elf32() will add the size of a PT_NOTE entry to real_sz even if that causes real_sz to exceeds max_sz. This patch corrects the...

View Article


[PATCH v2] ARM: dts: Leave sdio1 as disabled on bcm28155-ap (no replies)

The sdio1 interface pins are routed to an unpopulated daughter card connector on the bcm28155-ap board. Thus there is no need to mark this interface as enabled. Signed-off-by: Tim Kryger...

View Article

[ARCH question] Do syscall_get_nr and syscall_get_arguments always work? (no...

On Tue, Feb 4, 2014 at 11:32 AM, Andy Lutomirski <luto@amacapital.net> wrote: > Now we get rid of __audit_syscall_entry. (This speeds up even the > auditing-is-on case.) Instead we have...

View Article

[PATCHv2 0/2] Remove ARM meminfo (3 replies)

Hi, This is v2 of the patch to get rid of meminfo. This should cover all the bases. Testing would be appreciated. Thanks, Laura Laura Abbott (2): mm/memblock: add memblock_get_current_limit arm: Get...

View Article


[PATCHv2 0/7] Staging fixes from the Android tree (for 3.14) (7 replies)

I recently went through the AOSP common.git android/3.10 tree to try to pull fixes that haven't been submitted upstream. I've cherry picked those patches and submitted them for 3.15, but Greg...

View Article

[patch] mm, hugetlb: mark some bootstrap functions as __init (1 reply)

Both prep_compound_huge_page() and prep_compound_gigantic_page() are only called at bootstrap and can be marked as __init. The __SetPageTail(page) in prep_compound_gigantic_page() happening before...

View Article

[PATCH v2] clocksource: kona: Print warning rather than panic (no replies)

Since there may be other clocksources available, this driver should not trigger a panic simply because it can not determine the frequency of an external clock. This change refactors the driver to...

View Article


[PATCH RESEND] mmc: sdhci-bcm-kona: Add basic use of clocks (no replies)

Enable the external clock needed by the host controller during the probe and disable it during the remove. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Markus Mayer...

View Article


Test mail (no replies)

-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html...

View Article

[PATCH] ACPI hotplug: Fix panic on eject to ejected device (no replies)

When an eject request is sent to an ejected ACPI device, the following panic occurs: ACPI: \_SB_.SCK3.CPU3: ACPI_NOTIFY_EJECT_REQUEST event BUG: unable to handle kernel NULL pointer dereference at...

View Article

[PATCH] x86: Disable generation of traditional x87 instructions (no replies)

From: Borislav Petkov <bp@suse.de> We recently had the case where wrongly used floating-constant 'E' caused the generation of traditional x87 instructions in kernel code and wreaking all kinds...

View Article

TEST MAIL 1 (no replies)

TEST MAIL 1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at...

View Article


[PATCH v4 0/8] Allow Link state changes for Hot-Plug (1 reply)

Hello, This patch set enables the use of PCI Express link up and link down events for Hotplug or Unplug. This is the pretty much the same patchset as v3, only resending after rebasing on top of...

View Article

[PATCH v4 2/8] pciehp: Use link change notifications for hot-plug and removal...

A lot of systems do not have the fancy buttons and LEDs, and instead want to rely only on the Link state change events to drive the hotplug and removal state machinery....

View Article


[PATCH v4 1/8] pciehp: Make check_link_active() non-static (no replies)

check_link_active() functionality needs to be used by subsequent patches (that introduce link state change based hotplug). Thus make the function non-static, and rename it to...

View Article

[PATCH v4 3/8] pciehp: Enable link state change notifications (no replies)

Enabled the Link state notifications unconditionaly. Enable the presence detection notification only if attention button is absent. This was discussed at this thread:...

View Article


[PATCH v4 4/8] pciehp: Don't disable the link permanently, during removal (no...

We need future link up events for hot-add, thus don't disable the link permanently during device removal. Also, remove the static functions that are now left unused. This reverts part of 2debd9289997...

View Article

[PATCH v4 5/8] pciehp: Don't check for adapter or latch status while...

It does not make much sense to refuse to disable a slot if an adapter is not present or the latch is open. If an adapter is not present, it provides an even better reason to disable the device slot....

View Article

[PATCH v4 6/8] pciehp: Disabling the link notification across slot reset (no...

Disable the link notification (in addition to presence detect notifications) across the slot reset since it could potentialy flap the link and we don't want to treat it as hot unplug followed by a...

View Article
Browsing all 24115 articles
Browse latest View live