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

[PATCH 2/3] arch/um/configs: add defconfig for i386, x86_64 (no replies)

arch/um/defconfig only lists one default configuration, and that applies only to 32-bit architectures. To prepare the build infrastructure to teach ARCH=um about 64-bit host architectures, generate...

View Article


[PATCH 0/3] Get defconfig to work with ARCH=um (3 replies)

Hi, $ ARCH=um make defconfig $ ARCH=um make does not work on 64-bit hosts, because the build-infrastructure is hard-wired to pick a 32-bit defconfig when ARCH=um. This series fixes the problem. [1/3]...

View Article


[PATCH] include: net: Add parameter desc to fix warning when generating docs...

'make htmldocs' was generating a warning about a missing parameter description for gfp. --- include/net/cfg80211.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/cfg80211.h...

View Article

[git pull] Input updates for 3.11-rc0 (no replies)

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 first round of...

View Article

[PATCH 1/1] Adding Manhattan Hi-Speed USB DVI Converter to sisusbvga (no...

Signed-off-by: Jóhann B. Guðmundsson <johannbg@fedoraproject.org> --- drivers/usb/misc/sisusbvga/sisusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/misc/sisusbvga/sisusb.c...

View Article


[PATCH] include: net: Add parameter desc to fix waring when generating docs...

'make htmldocs' was generating a warning about a missing parameter description for gfp. Earlier patch was missing my signed-off-by line... Signed-off-by: Sam Bristow <sam.bristow@gmail.com> ---...

View Article

[GIT PULL] devicetree for v3.11 (no replies)

Hi Linus, Please pull the following branch. Description in the signed tag. g. The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)...

View Article

[PATCH] perf: fix interrupt handler timing harness (1 reply)

This patch fixes a serious bug in: commit 14c63f17b1fde5a575a28e96547a22b451c71fb5 Author: Dave Hansen <dave.hansen@linux.intel.com> Date: Fri Jun 21 08:51:36 2013 -0700 perf: Drop sample rate...

View Article


[PATCH v2] arch/um: make it work with defconfig and x86_64 (no replies)

arch/um/defconfig only lists one default configuration, and that applies only to the i386 architecture. Replace it with two files: i386_defconfig and x86_64_defconfig The build scripts now require two...

View Article


[PATCH 0/2] Add support fo BT LE Connection Parameters (2 replies)

This patch series adds support for calling setsockopt() on a l2cap socket to set connection parameters prior to calling connect(). The motivation for setting the paremeters prior to connect is to: 1)...

View Article

[PATCH] Modification of the diffconfig script to support python 3.x and 2.7...

Modification of the diffconfig script to support both python 2.7 and 3.2. Added a small change to gracefully exit if the default config files are not present. (.config and .config.old) Diffconfig is a...

View Article

ACPI errors from TPM PPI (no replies)

All TPM PPI calls appear to result in ACPI errors for me: # cat /sys/devices/pnp0/00:09/ppi/version cat: version: Cannot allocate memory (All the nodes in that directory have the same result for read...

View Article

linux-next: build failure after merge of the pm tree (1 reply)

Hi Rafael, After merging the pm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/radeon/atombios_encoders.c: In function 'radeon_atom_backlight_init':...

View Article


[PATCH v2] irqchip: vt8500: Staticize local symbols (no replies)

This driver is converted to use IRQCHIP_DECLARE and irqchip_init. vt8500_handle_irq() and vt8500_irq_init() are only referenced in this file, so make them static. Signed-off-by: Axel Lin...

View Article

KVM VM shutdown triggers BUG from network bridge code in 3.9.9 (1 reply)

I've run into a problem after updating to Fedora 19 where if I shut down a Windows 7 KVM virtual machine, the machine hits a kernel panic. There are a few reports of this on 3.9.8 and 3.9.9 kernels...

View Article


linux-next: Tree for Jul 5 (no replies)

Hi all, Changes since 20130704: The pm tree gained a build failure, so I used the version from next-20130704. ---------------------------------------------------------------------------- I have...

View Article

[PATCH] f2fs: fix readdir incorrectness (1 reply)

In the previous Al Viro's readdir patch set, there occurs a bug when running xfstest: 006 as follows. [Error output] alpha size = 4, name length = 6, total files = 4096, nproc=1 1023 files created rm:...

View Article


[PATCH] f2fs: recover date requested by fdatasync (no replies)

In order to support SQLite that uses fdatasync instead of fsync, we should guarantee the data requested by fdatasync can be recovered after sudden-power- off. So, let's remove the fdatasync condition...

View Article

[patch] rapidio: use after free in unregister function (2 replies)

We need to use the _safe version of list_for_each_entry() because we are freeing the iterator. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> diff --git a/drivers/rapidio/rio.c...

View Article

[PATCH V2 2/2] DMA: Freescale: update driver to support 8-channel DMA engine...

From: Hongbo Zhang <hongbo.zhang@freescale.com> This patch adds support to 8-channel DMA engine, thus the driver works for both the new 8-channel and the legacy 4-channel DMA engines....

View Article
Browsing all 24115 articles
Browse latest View live