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

[PATCH] net: tulip: remove deprecated IRQF_DISABLED (no replies)

This patch proposes to remove the IRQF_DISABLED flag from drivers/net/ethernet/dec/tulip/de4x5.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker...

View Article


[PATCH] serial: imx: Change cast to handle 64-bit resource_size_t (no replies)

This resolves a warning where resource_size_t is larger than void *: drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Since iomem_base...

View Article


linux-next: Tree for Sep 12 (no replies)

Hi all, Please do not add any code for v3.13 to your linux-next included branches until after v3.12-rc1 is released. Changes since 20130911: The akpm tree gained a conflict against Linus' tree....

View Article

[PATCH] dma: use %pa to print dma_addr_t (no replies)

This resolves some warnings seen when building with CONFIG_ARM_LPAE=y, since dma_addr_t might then be 64-bit: drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned...

View Article

[PATCH] gpu: host1x: use %pa to print dma_addr_t (no replies)

This removes two warnings where dma_addr_t variables were printed using %x when built with CONFIG_ARM_LPAE=y, thus having 64-bit dma_addr_t: drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x'...

View Article


[Bug report] Warning when hot-add an ACPI0004 device. (no replies)

Hi Rafael, Toshi, When we hot-add an ACPI0004 device, we got the following warning: acpi ACPI0004:01: Attempt to re-insert The ACPI0004 device is a System Board in Fujitsu server, which has two numa...

View Article

A4 paper and A3 paper (no replies)

Dear Purchasing manager: here is paper leading supplier from China our main products include A3 copy paper, A4 copy paper, offset paper, newsprint paper and so on we can do the packing as customer's...

View Article

[PATCH] Staging: lustre: fix a brace coding style issue in fsfilt.c (no replies)

This is a patch to the fsfilt.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Jon Bernard <jbernard@tuxion.com> ---...

View Article


[PATCH] Staging: lustre: fix assignment in if condition in fsfilt.c (no replies)

This is a patch to the fsfilt.c file that fixes up three assignment in if condition errors found by the checkpatch.pl tool. Signed-off-by: Jon Bernard <jbernard@tuxion.com> ---...

View Article


Heads up about 3.12 merge window.. (no replies)

So this is just a heads-up that while I haven't actually closed the merge window yet, I was really close to deciding to just make this one a short one. I'm going to be on the road for the next few...

View Article

[PATCH] Fix coalescing of host bridge windows in arch/x86/pci/acpi.c (no...

Hi all, I have a board with a BIOS bug that reports the following I/O port regions in _CRS on one of the host bridges: 0x0000-0x03af // #0 0x03e0-0x0cf7 // #1 0x03b0-0x03bb // #2 0x03c0-0x03df // #3...

View Article

[PATCH] memory: add a basic OF-based memory driver (2 replies)

This driver's only job is to claim and ensure the necessary clock for memory operation on a DT-powered machine remains enabled. Signed-off-by: Emilio López <emilio@elopez.com.ar> --- I believe...

View Article

[PATCH] f2fs: optimize the victim searching loop slightly (no replies)

Since the MAX_VICTIM_SEARCH has been enlarged from 20 to 4096, the victim searching overhead will be increased much than before, especially for SSR that searches victim for use quiet often. This patch...

View Article


increased vmap_area_lock contentions on "n_tty: Move buffers into n_tty_data"...

Hi Peter, FYI, we noticed much increased vmap_area_lock contentions since this commit: commit 20bafb3d23d108bc0a896eb8b7c1501f4f649b77 Author: Peter Hurley <peter@hurleysoftware.com> Date: Sat...

View Article

[PATCH] SI570 clock driver (1 reply)

This is another try to submit a driver for SI570 programmable clock generators. The heart of the driver is Günther's code from https://github.com/groeck/si570, which is wrapped in the common clock...

View Article


TIO2 (no replies)

Dear Manangers, Have a nice day! We are Qingdao HeBangRui Fine Chemicals Co., Ltd, the professional manufacture and exporter of titanium dioxide ( Rutiel & Anatase) in China for many years ....

View Article

Re: [RFC PATCH] ANB(Automatic NUMA Balancing): erase mm footprint of migrated...

On 09/12/2013 08:45 PM, Hillf Danton wrote: > If a page monitored by ANB is migrated, its footprint should be erased from > numa-hint-fault account, because it is no longer used. Or two pages,...

View Article


[PATCH V2 1/5] [CLEANUP] trace-cmd: Split out binding a port and fork reader...

Split out binding a port and fork reader from open_udp() for avoiding duplicate codes between listen mode and virt-server mode. Changes in V2: Add a comment in open_udp() Signed-off-by: Yoshihiro...

View Article

[PATCH V2 0/5] trace-cmd: Support the feature recording trace data of guests...

Hi Steven, This is a v2 patch set for realizing a part of "Integrated trace" feature which is a trace merging system for a virtualization environment. Currently, trace-cmd does not have following...

View Article

[PATCH] xen: Do not enable spinlocks before jump_label_init() has executed (1...

From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen_init_spinlocks() currently calls static_key_slow_inc() before jump_label_init() is invoked. When CONFIG_JUMP_LABEL is set (which usually...

View Article
Browsing all 24115 articles
Browse latest View live