[s390x] build error: undefined reference to `sie_exit' (no replies)
Hello All, I met the below error on b3a3a9c441 with s390x arch: # make CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK...
View Article[PATCH 1/2][RESEND] tracing/syscalls: Annotate raw_init function with __init...
init_syscall_trace() can be called during kernel bootup only, so we can mark it and the functions it calls as __init. Signed-off-by: Li Zefan <lizefan@huawei.com> --- this was sent 4 months ago....
View Articlelinux-next: build failure after merge of the staging tree (1 reply)
Hi Greg, After merging the staging tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/gdm724x/built-in.o: In function `netlink_init': (.text+0x19b6): multiple...
View Article[PATCH v5] regulator: pfuze100: add pfuze100 regulator driver (3 replies)
Add pfuze100 regulator driver. Signed-off-by: Robin Gong <b38343@freescale.com> --- .../devicetree/bindings/regulator/pfuze100.txt | 113 +++++ drivers/regulator/Kconfig | 7 +...
View Article[PATCH] checkpatch: Fix networking kernel-doc block comment defect (no replies)
checkpatch can generate a false positive when inserting a new kernel-doc block and function above an existing kernel-doc block. Fix it by checking that the context line is also a newly inserted line....
View Article[PATCH] f2fs: move bio_private allocation out of f2fs_bio_alloc() (no replies)
bio->bi_private is not always needed. As in the reading data path, end_read_io does not need bio_private for further using, so moving bio_private allocation out of f2fs_bio_alloc(). Alloc it in the...
View Article[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors. (6 replies)
An Intel MIC X100 device is a PCIe form factor add-in coprocessor card based on the Intel Many Integrated Core (MIC) architecture that runs a Linux OS. It is a PCIe endpoint in a platform and...
View Article[PATCH] driver/vga16fb.c: remove the unused variable "dev" of function...
Commit e21d2170f36602ae2708 removed the unnecessary platform_set_drvdata(), but left the variable "dev" unused, delete it. Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com> ---...
View Article[PATCH] tracing: remove the found node directly before break the search-loop...
Just a clean-up, but it gives us better readability. Sign-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> --- diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c index...
View Article[PATCH 1/2] Update perf_event ABI documentation: format and events (1 reply)
This clarifies some of the ABI, as there has been some confusion and minor breakages lately. Most notably it documents that as of 3.10 the events entries can contain decimal values in addition to hex....
View Article[ANNOUNCE] Git v1.8.4-rc0 (no replies)
A release candidate preview Git v1.8.4-rc0 is now available for testing at the usual places. The release tarballs are found at: http://code.google.com/p/git-core/downloads/list and their SHA-1...
View Article[PATCH 2/8] soft-offline: use migrate_pages() instead of migrate_huge_page()...
Currently migrate_huge_page() takes a pointer to a hugepage to be migrated as an argument, instead of taking a pointer to the list of hugepages to be migrated. This behavior was introduced in commit...
View Article[PATCH 5/8] mbind: add hugepage migration code to mbind() (1 reply)
This patch extends do_mbind() to handle vma with VM_HUGETLB set. We will be able to migrate hugepage with mbind(2) after applying the enablement patch which comes later in this series. ChangeLog v3: -...
View Article[PATCH v4 0/8] extend hugepage migration (8 replies)
Here is the 4th version of hugepage migration patchset. I added Reviewed/Acked tags and applied the feedbacks in the previous discussion (thank you, all reviewers!): - fixed macro (1/8) - improved...
View Article[PATCH net-next V2] tuntap: hardware vlan tx support (no replies)
Inspired by commit f09e2249c4f5c7c13261ec73f5a7807076af0c8e (macvtap: restore vlan header on user read). This patch adds hardware vlan tx support for tuntap. This is done by copying vlan header...
View Articlelinux-next: Tree for Jul 25 (no replies)
Hi all, Changes since 20130724: Removed tree: arm-dt (at maintainer's request) The wireless-next tree lost its build failure and gained a conflict against Linus' tree. The tty tree lost its build...
View Article[PATCH] tty_port: Fix refcounting leak in tty_port_tty_hangup() (3 replies)
The function tty_port_tty_hangup() could leak a reference to the tty_struct: struct tty_struct *tty = tty_port_tty_get(port); if (tty && (!check_clocal || !C_CLOCAL(tty))) { tty_hangup(tty);...
View ArticleNeed help in using udev (no replies)
Hi My name is Tarak, working in Samsung-SouthKorea. I got some problem in using udev, particulary in writing rules for network interfaces. Following is the rule for my udev. Every thing is working...
View Article[PATCH V4] pci: exynos: split into two parts such as Synopsys part and Exynos...
Exynos PCIe IP consists of Synopsys specific part and Exynos specific part. Only core block is a Synopsys designware part; other parts are Exynos specific. Also, the Synopsys designware part can be...
View Article[PATCH] staging/lustre: add BLOCK depends in Kconfig (no replies)
From: Xiong Zhou <jencce.kernel@gmail.com> Add BLOCK depends in Kconfig for LUSTRE to fix this: drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2: error: implicit...
View Article