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

[PATCH] Doc: email-clients.txt:added thunderbird settings (2 replies)

From 9c385609591c5ed87989a127c95da95aa8845162 Mon Sep 17 00:00:00 2001 From: Paul McQuade <paulmcquad@gmail.com> Date: Tue, 25 Mar 2014 20:16:47 +0000 Subject: [PATCH] Doc:...

View Article


Postgresql performance problems with IO latency, especially during fsync()...

Hi, At LSF/MM there was a slot about postgres' problems with the kernel. Our top#1 concern is frequent slow read()s that happen while another process calls fsync(), even though we'd be perfectly fine...

View Article


[PATCH] staging: keucr: Fix warning about missing blank lines after...

This patches fixes two warnings of checkpatch.pl, both of the type WARNING: Missing a blank line after declarations Signed-off-by: Jonas Hahnfeld <hahnjo@hahnjo.de> ---...

View Article

[PATCH] misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()...

simple_strtoull() is obsolete, use the newer kstrtoull() instead. Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> --- drivers/misc/ds1682.c | 5 ++--- 1 file...

View Article

Adding compression before/above swapcache (no replies)

I'd like some feedback on how possible/useful, or not, it might be to add compression into the page handling code before pages are added to the swapcache. My thought is that adding a compressed cache...

View Article


[PATCH 1/1] fs/cifs/dir.c: Error management clean-up (no replies)

-Don't kfree NULL values. -Return immediately where possible. -Normalize label names. Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/cifs/dir.c | 57...

View Article

[PATCH v2] MAINTAINERS: add tools/lib/traceevent/ to perf subsystem (no replies)

While at it, add Steven Rostedt to the list of maintainers. Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ramkumar Ramachandra...

View Article

[mtd/sbc_gxx] kernel BUG at include/linux/mtd/map.h:148! (no replies)

FYI, here is a very old warning, too old to be bisected. [ 5.282127] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 5.286079] SBC-GXx flash: IO:0x258-0x259...

View Article


[PATCH] Staging: slicoss: Fix smatch warning in slicoss.c (no replies)

This patch fixes following smatch warning: slicoss/slicoss.c:1429 slic_cmdq_addcmdpage() error: we previously assumed 'pslic_handle' could be null Signed-off-by: Monam Agarwal...

View Article


3.14-rc6: BUG: Bad page map in process objdump pte:483d2025 pmd:daa04067 (no...

Hell knows what happened, I did nothing unusual... This is the first time I see this message on this box. [15173.408570] BUG: Bad page map in process objdump pte:483d2025 pmd:daa04067 [15173.408578]...

View Article

sched: possible deadlock between fair sched and perf (1 reply)

Hi all, While fuzzing with trinity inside a KVM tools guest running latest -next kernel I've stumbled on the following: [ 2248.545285] ====================================================== [...

View Article

[PATCH RFC] hugetlb: add support for 1GB huge page allocation at runtime (no...

Currently, 1GB huge page allocation is only possible at boottime, by means of the hugepages= command-line option. This has a number of drawbacks, the most important of them being: 1. On a NUMA...

View Article

[PATCH v2 4/7] usb: gadget: gr_udc: Use of_property_read_u32_index to access...

Use an appropriate accessor function for property arrays to make the code nicer and make the code correct if it would ever run on little endian architectures. Suggested by Mark Rutland. Signed-off-by:...

View Article


[PATCH v2 0/7] usb: gadget: gr_udc: OF and ep.maxpacket_limit improvements...

This patchset: - Adds some OF related improvements suggested by Mark Rutland. - Adds ep.maxpacket_limit to the debugfs file and adds a check if gr_ep_enable is called with a maxpacket value greater...

View Article

[PATCH 2/2] Devicetree: Add Zynq GPIO devicetree bindings documentation (no...

Add gpio-zynq bindings documentation. Signed-off-by: Harini Katakam <harinik@xilinx.com> --- .../devicetree/bindings/gpio/gpio-zynq.txt | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+)...

View Article


[PATCH 1/2] GPIO: Add driver for Zynq GPIO controller (no replies)

Add support for GPIO controller used by Xilinx Zynq Signed-off-by: Harini Katakam <harinik@xilinx.com> --- drivers/gpio/Kconfig | 7 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-zynq.c | 690...

View Article

[PATCH] netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len (4...

"len" contains sizeof(nf_ct_ext) and size of extensions. In a worst case it can contain all extensions. Bellow you can find sizes for all types of extensions. Their sum is definitely bigger than 256....

View Article


[-next PATCH] spi: omap-uwire: add missing iounmap (1 reply)

This fixes the following coccicheck warning: linux-2.6/drivers/spi/spi-omap-uwire.c:485:2-8: ERROR: missing iounmap; ioremap on line 471 and execution via conditional on line 481 Signed-off-by:...

View Article

tty: hang on ldisc_sem (1 reply)

Hi all, While fuzzing with trinity inside a KVM tools guest running latest -next kernel, I've encountered a lockup on ldisc_sem. The issue was detected here: [ 6009.895215] trinity-watchdo D...

View Article

[PATCH] i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync (2...

we use IS_ERR_VALUE to check for error values of pm_runtime_get_sync, when the value can only be < 0 in the case of err. Replace the check with a simpler < 0 check. This fixes the coccicheck...

View Article
Browsing all 24115 articles
Browse latest View live