Quantcast
Channel: Serverphorums.com
Browsing all 23908 articles
Browse latest View live
↧

[PATCH v2 0/8] phy: rockchip-usb: correct pll handling and usb-uart

changes in v2: - add Doug's review-tag to patches 1 and 3 - address comment and add the missing transistional rk_phy->base assignment in patch2 Patches 1-7 fix a long-standing issue with the...

View Article


[PATCH v2 5/8] clk: rockchip: fix usbphy-related clocks

The otgphy clocks really only drive the phy blocks. These in turn contain plls that then generate the 480m clocks the clock controller uses to supply some other clocks like uart0, gpu or the...

View Article


[PATCH v2 3/8] phy: rockchip-usb: move per-phy init into a separate function

This unclutters the loop in probe a lot and makes current (and future) error handling easier to read. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Douglas Anderson...

View Article

[PATCH] acpi: add support for extended IRQ to PCI link

The ACPI compiler uses the extended format when used interrupt numbers are greater than 256. The PCI link code currently only supports simple interrupt format. The IRQ numbers are represented using 32...

View Article

Re: [PATCH] acpi: add support for extended IRQ to PCI link

Sinan Kaya wrote: > -#define ACPI_MAX_IRQS 256 > +#define ACPI_MAX_IRQS 1020 Why 1020? Why not 1024? -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation...

View Article


Re: [PATCH 3/4] x86/asm: Add asm macros for static keys/jump labels

On Sat, Nov 7, 2015 at 9:08 AM, Thomas Gleixner <tglx@linutronix.de> wrote: > On Sat, 7 Nov 2015, Andy Lutomirski wrote: >> On Sat, Nov 7, 2015 at 8:58 AM, Thomas Gleixner...

View Article

[PATCH v2] staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl

The ioctl IOC_LIBCFS_PING_TEST has not been used in ages. The recent nidstring changes which moved all the nidstring operations from libcfs to the LNet layer but this ioctl code was still using an...

View Article

[PATCH] staging: lustre: add sparse locking annotations

From: frank zago <fzago@cray.com> Adds __acquires / __releases / __must_hold sparse locking annotations to several functions. Fixes sparse warnings such as: libcfs/libcfs/hash.c:127:1: warning:...

View Article


[PATCH] staging: lustre: export cfs_str2mask

We need cfs_str2mask exported for our server code. Even with the server code not available upstream it would be nice to use the upstream code on Lustre servers. Signed-off-by: James Simmons...

View Article


[PATCH] staging: lustre: add libcfs version of cfs_strrstr

From: Fan Yong <fan.yong@intel.com> Create a kernel side function that does the same thing as userland strrstr. This is from patch http://review.whamcloud.com/7666. Signed-off-by: Fan Yong...

View Article

[PATCH] staging: lustre: enum lu_object_header_flags comma style fix

From: Fan Yong <fan.yong@intel.com> Cleanup the a style issues for the lu_object_header_flags enum by adding a comma for the last field. This is broken out of patch...

View Article

[PATCH] staging: lustre: added debugging ability for LFSCK

From: Fan Yong <fan.yong@intel.com> Add the ability to debug LFSCK to libcfs. This is broken out of patch http://review.whamcloud.com/6321. Signed-off-by: Fan Yong <fan.yong@intel.com>...

View Article

[PATCH] staging: lustre: Handle nodemask on UMP machines

For UMP and SMP machines the struct cfs_cpt_table are defined differently. In the case handled by this patch nodemask is defined as a integer for the UMP case and as a pointer for the SMP case. This...

View Article


Re: XFS freeze (xfsaild blocked) with 4.2.5 (also 4.3)

Hi David, can you try the patch at: http://article.gmane.org/gmane.comp.file-systems.xfs.general/70984 The symptoms sound surprisingly similar. -- To unsubscribe from this list: send the line...

View Article

[PATCH] staging: lustre: mdc_request: Remove mdc_kuc_reregister wrapper

Remove the wrapper function mdc_kuc_reregister() and replace its call with the function it wrapped. Also, comment has been added for clarity. Signed-off-by: Shivani Bhardwaj...

View Article


[PATCH] staging: lustre: lproc_mgc: Remove unused function mgc_ir_state_seq_show

Remove the function mgc_ir_state_seq_show() as it is not referenced/called anywhere. Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com> --- drivers/staging/lustre/lustre/mgc/lproc_mgc.c | 5...

View Article

Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL]...

On Sat, Nov 07, 2015 at 12:02:47PM +0100, Klaus Ethgen wrote: > Hi Guys, > > Am Fr den 6. Nov 2015 um 19:18 schrieb Serge E. Hallyn: > > I would have been happy if there had been a...

View Article


[for-next][PATCH 0/2] tracing: A couple of cleanups for 4.4

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 03e88ae6b369da2a26a6e09ad165e57d210789cd Dmitry Safonov (1): tracing: Remove unused ftrace_cpu_disabled per...

View Article

[for-next][PATCH 1/2] tracing: Make tracing work when debugfs is not...

From: Jiaxing Wang <hello.wjx@gmail.com> Currently tracing_init_dentry() returns -ENODEV when debugfs is not configured in, which causes tracefs not populated with tracing files and directories,...

View Article

[for-next][PATCH 2/2] tracing: Remove unused ftrace_cpu_disabled per cpu...

From: Dmitry Safonov <0x7f454c46@gmail.com> Since the ring buffer is lockless, there is no need to disable ftrace on CPU. And no one doing so: after commit 68179686ac67cb ("tracing: Remove...

View Article
Browsing all 23908 articles
Browse latest View live