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

[PATCH v21 05/12] replace VVAR(vsyscall_gtod_data) by gtod macro (no replies)

There a currently more than 30 users of the gtod macro, so replace the last VVAR(vsyscall_gtod_data) by gtod macro. Signed-off-by: Stefani Seibold <stefani@seibold.net> ---...

View Article


[PATCH v21 03/12] revamp vclock_gettime.c (no replies)

This intermediate patch revamps the vclock_gettime.c by moving some functions around. It is only for spliting purpose, to make whole the 32 bit vdso timer patch easier to review. Signed-off-by:...

View Article


[PATCH v21 01/12] Make vsyscall_gtod_data handling x86 generic (no replies)

This patch move the vsyscall_gtod_data handling out of vsyscall_64.c into an additonal file vsyscall_gtod.c to make the functionality available for x86 32 bit kernel. It also adds a new vsyscall_32.c...

View Article

[PATCH v21 07/12] introduce VVAR marco for vdso32 (no replies)

This patch revamp the vvar.h for introduce the VVAR macro for vdso32. Signed-off-by: Stefani Seibold <stefani@seibold.net> --- arch/x86/include/asm/vvar.h | 14 ++++++++++++-- 1 file changed, 12...

View Article

[PATCH v21 00/12] Add 32 bit VDSO time function support (5 replies)

This patch add the functions vdso_gettimeofday(), vdso_clock_gettime() and vdso_time() to the 32 bit VDSO. The reason to do this was to get a fast reliable time stamp. Many developers uses TSC to get...

View Article


3.13 hangs when I tried to start a KVM at a 32 bit stable Gentoo (no replies)

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello Ingo, the issue I mentioned in [1] and [2] was bisected now few times in a row to this id : commit 37bf06375c90a42fe07b9bebdb07bc316ae5a0ce Merge:...

View Article

[PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS (no replies)

Now allnoconfig started disabling CONFIG_PROC_FS: arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to `show_cpuinfo' make: *** [vmlinux] Error 1 Signed-off-by: Geert Uytterhoeven...

View Article

[PATCH v2] mmc: sdhci: add quirk for broken write protect detection (no replies)

The write protection signal is absent on a board based upon Xilinx' Zynq processor ("ZyBo"). This leads the kernel to think that the MicroSD card is write protected, and causes a kernel panic during...

View Article


[PATCH] input: ff-memless: don't schedule already playing effect to play...

When an effect with zero replay length, zero replay delay and zero envelope attack length is uploaded, it is played and then scheduled to play again one timer tick later. This triggers a warning (URB...

View Article


[PATCH] futexes: allow architectures to skip futex_atomic_cmpxchg_inatomic()...

If an architecture has futex_atomic_cmpxchg_inatomic() implemented and there is no runtime check necessary, allow to skip the test within futex_init(). This allows to get rid of some code which would...

View Article

[PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect...

From: Satoru Takeuchi <satoru.takeuchi@gmail.com> If we'd like to set the redirect target file of run_command(), we should define $redirect before calling this function and should undef it after...

View Article

[PATCH 2/2] staging :keucr:scsiglue.c : fixed a macros should not be colon...

fixed a coding style issue. Signed-off-by: Keerthimai Janarthanan <keerthimaipb@gmail.com> --- drivers/staging/keucr/scsiglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git...

View Article

Re: Proposal - preserve freedom of choice of init systems (no replies)

He has a right to call a GR. You are trying your hardest to make sure systemd is the only choice for all linux systems, all major linux distros, and if we don't like it we can "go use MacOSX or BSD"...

View Article


[PATCH] perf tools: Fix crash in elf_section_by_name (no replies)

Fixing crash in elf_section_by_name function caused by missing section name in elf binary. Reported-by: Albert Strasheim <albert@cloudflare.com> Signed-off-by: Jiri Olsa <jolsa@redhat.com>...

View Article

[PATCH 0/1] mm: Use macros from compiler.h instead of gcc specific attribute...

I'm extremely sorry about the mistake in the earlier patch. The following patch is a corrected one. ================== Original Cover Letter ================== To increase compiler portability there...

View Article


[PATCH v4 0/6] fat: additions to support fat_fallocate (no replies)

From: Namjae Jeon <namjae.jeon@samsung.com> This patch set provides support for doing fallocate operation on FAT filesystem. After series of review for the the feature The complete functionality...

View Article

[PATCH v4 4/6] fat: fallback to buffered write in case of fallocated region...

From: Namjae Jeon <namjae.jeon@samsung.com> For normal cases of direct IO write, trying to seek to location greater than file size, makes it fall back to buffered write to fill that region....

View Article


[PATCH v4 5/6] fat: permit to return phy block number by fibmap in fallocated...

From: Namjae Jeon <namjae.jeon@samsung.com> Make the fibmap call the return the proper physical block number for any offset request in the fallocated range. Signed-off-by: Namjae Jeon...

View Article

[PATCH v4 6/6] Documentation/filesystems/vfat.txt: update the limitation for...

From: Namjae Jeon <namjae.jeon@samsung.com> Update the limitation for fat fallocate. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat...

View Article

[PATCH v4 3/6] fat: zero out seek range on _fat_get_block (no replies)

From: Namjae Jeon <namjae.jeon@samsung.com> For normal buffered write operations, normally if we try to write to an offset > than file size, it does a cont_expand_zero till that offset. Now,...

View Article
Browsing all 24115 articles
Browse latest View live