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

Dear Friend. (no replies)

Dear Friend My Name is Dr. Cabiru Bello .I am a banker by professio .I hail from Ouagadougou, Burkina Faso, West Africa.My reason for contacting you is to transfer an abandoned $10, 300, 000.00 (Ten...

View Article


[REVIEW][PATCH 0/5] A couple of lingering namespace patches (7 replies)

There are a couple of long overdue namespace patches, simple cleanups and permision grants that have been sitting in my development tree for far too long. If anyone objects to these please let me...

View Article


[PATCH v2 0/4] Unify CPU hotplug lock interface (5 replies)

lock_device_hotplug() was recently introduced to serialize CPU & Memory online/offline and hotplug operations, along with sysfs online interface restructure (commit 4f3549d7). With this new...

View Article

Bcache sleeps forever on random writes (1 reply)

We are evaluating to use bcache on our production systems where the caching devices are insanely fast, in this scenario under a moderate load of random 4k writes.. bcache fails miserably :-( [...

View Article

[GIT PULL] ARM: SoC fixes for 3.11 (no replies)

Hi Linus, The following changes since commit 30ca2226bea6f0db519dc53381b893cd66cb5b66: ARM: tegra: always enable USB VBUS regulators (2013-08-21 21:36:19 -0700) are available in the git repository at:...

View Article


[PATCH 1/4] mm/vmalloc: use NUMA_NO_NODE (no replies)

Use more appropriate "if (node == NUMA_NO_NODE)" instead of "if (node < 0)" Signed-off-by: Jianguo Wu <wujianguo@huawei.com> --- mm/vmalloc.c | 2 +- 1 files changed, 1 insertions(+), 1...

View Article

[PATCH 2/4] mm/acpi: use NUMA_NO_NODE (no replies)

Use more appropriate NUMA_NO_NODE instead of -1 Signed-off-by: Jianguo Wu <wujianguo@huawei.com> --- drivers/acpi/acpi_memhotplug.c | 2 +- drivers/acpi/numa.c | 4 ++-- 2 files changed, 3...

View Article

[PATCH 3/4] x86/srat: use NUMA_NO_NODE (no replies)

setup_node() return NUMA_NO_NODE or valid node id(>=0), So use more appropriate "if (node == NUMA_NO_NODE)" instead of "if (node < 0)" Signed-off-by: Jianguo Wu <wujianguo@huawei.com> ---...

View Article


[PATCH 4/4] mm/arch: use NUMA_NODE (no replies)

Use more appropriate NUMA_NO_NODE instead of -1 in some archs' module_alloc() Signed-off-by: Jianguo Wu <wujianguo@huawei.com> --- arch/arm/kernel/module.c | 2 +- arch/arm64/kernel/module.c | 2...

View Article


linux-next: manual merge of the sound tree with the drm tree (no replies)

Hi Takashi, Today's linux-next merge of the sound tree got a conflict in sound/pci/hda/hda_intel.c between commit 246efa4a072f ("snd/hda: add runtime suspend/resume on optimus support (v4)") from the...

View Article

[PATCH 1/5] mm/vmalloc: use N_MEMORY instead of N_HIGH_MEMORY (no replies)

Since commit 8219fc48a(mm: node_states: introduce N_MEMORY), we introduced N_MEMORY, now N_MEMORY stands for the nodes that has any memory, and N_HIGH_MEMORY stands for the nodes that has normal or...

View Article

BUG: soft lockup - CPU#25 stuck for 23s! [memcg_process_s:5859] (no replies)

Hello All, I hit the following errors when running memcg_stress_test.sh comes from LTP test suite on v3.11-rc7+: ------------------------ snip ----------------------------- [ 2163.674483] BUG: soft...

View Article

[PATCH 2/5] mm/sparse: use N_MEMORY instead of N_HIGH_MEMORY (no replies)

Since commit 8219fc48a(mm: node_states: introduce N_MEMORY), we introduced N_MEMORY, now N_MEMORY stands for the nodes that has any memory, and N_HIGH_MEMORY stands for the nodes that has normal or...

View Article


[PATCH 3/5] mm/vmemmap: use N_MEMORY instead of N_HIGH_MEMORY (no replies)

Since commit 8219fc48a(mm: node_states: introduce N_MEMORY), we introduced N_MEMORY, now N_MEMORY stands for the nodes that has any memory, and N_HIGH_MEMORY stands for the nodes that has normal or...

View Article

[PATCH 4/5] mm/ia64: use N_MEMORY instead of N_HIGH_MEMORY (no replies)

Since commit 8219fc48a(mm: node_states: introduce N_MEMORY), we introduced N_MEMORY, now N_MEMORY stands for the nodes that has any memory, and N_HIGH_MEMORY stands for the nodes that has normal or...

View Article


[PATCH 5/5] mm/cgroup: use N_MEMORY instead of N_HIGH_MEMORY (1 reply)

Since commit 8219fc48a(mm: node_states: introduce N_MEMORY), we introduced N_MEMORY, now N_MEMORY stands for the nodes that has any memory, and N_HIGH_MEMORY stands for the nodes that has normal or...

View Article

perf_swevent_add warn_on. (no replies)

WARNING: CPU: 2 PID: 7498 at kernel/events/core.c:5485 perf_swevent_add+0x18d/0x1a0() Modules linked in: snd_seq_dummy 8021q garp stp fuse tun rfcomm hidp nfnetlink ipt_ULOG nfc caif_socket caif...

View Article


[PATCH] drivers: parport: Kconfig: exclude h8300 for PARPORT_PC (no replies)

h8300 does not support PARPORT_PC. The related error (with allmodconfig for h8300): CC [M] drivers/parport/parport_pc.o drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or...

View Article

[PATCH 1/3] drivers: uio_dmem_genirq: use dev_get_platdata() (2 replies)

Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. This is a cosmetic change to make the code simpler and enhance the readability....

View Article

[PATCH 1/2] w1: w1-gpio: use dev_get_platdata() (1 reply)

Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. This is a cosmetic change to make the code simpler and enhance the readability....

View Article
Browsing all 24115 articles
Browse latest View live