Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH] Call arch_pick_mmap_layout() only once (no replies)

Currently both setup_new_exec() and flush_old_exec() issue a call to arch_pick_mmap_layout(). As setup_new_exec() and flush_old_exec() are always called pairwise arch_pick_mmap_layout() is called...

View Article


[PATCH] x86: mcheck: call put_device on device_register failure (5 replies)

This patch adds a call to put_device() when the device_register() call has failed. This is required so that the last reference to the device is given up. Signed-off-by: Levente Kurusa...

View Article


[PATCH] jffs2: make jffs2_do_read_inode_internal() consistent regarding...

jffs2_do_read_inode_internal() does unlock of f->sem mutex on several failure paths, while its users expect f->sem is still held. As a result double unlock of the mutex can happen. The patch...

View Article

[PATCH] cxusb: fix mismatch in mutex lock-unlock in cxusb_i2c_xfer() (no...

There are several failure paths in cxusb_i2c_xfer(), where d->i2c_mutex is left held. The patch fixes them. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey...

View Article

[PATCH 2/3] doc: arm64: add description of EFI stub support (no replies)

Signed-off-by: Mark Salter <msalter@redhat.com> CC: Catalin Marinas <catalin.marinas@arm.com> CC: Will Deacon <will.deacon@arm.com> CC: linux-arm-kernel@lists.infradead.org CC:...

View Article


[PATCH 0/3] arm64: Add EFI stub and runtime services support (2 replies)

This patch series adds EFI support to the arm64 kernel. This support has two main parts: an EFI stub and runtime support. The EFI stub support has the kernel masquerade as a PE/COFF application which...

View Article

Linux 3.13-rc2 (no replies)

We're back on the normal weekly schedule, although I'm planning on eventually slipping back to a Sunday release schedule. In the meantime, it's like Xmas every Friday! Or, perhaps more appropriately...

View Article

[PATCH] drivers/misc/ti-st: Prefer tty_driver_flush_buffer (no replies)

The tty core provides an interface for flushing the driver's write buffer: tty_driver_flush_buffer(); prefer the provided interface over open-coded. Open-coding can lead to errors such as the...

View Article


[PATCH] f2fs: remove the own bi_private allocation (no replies)

Previously f2fs allocates its own bi_private data structure all the time even though we don't use it. But, can we remove this bi_private allocation? This patch removes such the additional bi_private...

View Article


[GIT] bugfix for IMA code (no replies)

This fixes another regression in the IMA code. Please pull. The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839: Linux 3.13-rc2 (2013-11-29 12:57:14 -0800) are available in the...

View Article

Re: (no replies)

Good day, I have an interesting transaction proposal for you that will be of immense benefit for both of us. Although this may be hard for you to believe, we stand to gain 7.2 Millon USD in a matter...

View Article

[PATCH 2/3 v3] usb: chipidea: Fix Internal error: : 808 [#1] ARM related to...

usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag * init the sts flag to 0 (missed) * Set PORTCS_STS only if VUSB_HS_PHY_TYPE > 1 otherwise the register is ReadOnly * Set/Reset...

View Article

[PATCH 3/3 v3] usb: chipidea: hw_phymode_configure moved before...

usb: chipidea: hw_phymode_configure moved before ci_usb_phy_init hw_phymode_configure configures the PORTSC registers and allow the following phy_inits to operate on the right parameters. This fix a...

View Article


[PATCH 1/3 v3] usb: chipidea: Reallocate regmap only if lpm is detected (no...

usb: chipidea: Reallocate regmap only if lpm is detected The regmap only needs to reallocate if the hw_read on the CAP register shows lpm is used. Therefore the if() statement check the change....

View Article

Private Note. (no replies)

Good day, I have a project(humanitarian) I will propose you help me execute.contact me via email to discuss in details. Cheers, Patrick Seddigh. -- To unsubscribe from this list: send the line...

View Article


[RFT][PATCH] mfd: pcf50633: Correct device name for pcf50633 regulator (no...

Change the device name of the regulator function to the one chosen for MODULE_ALIAS. This fixes kernel auto-module loading for the regulator function. Signed-off-by: Axel Lin...

View Article

[PATCH RESEND] mfd: mc13xxx: Fix null pointer dereference in...

If this driver being loaded from devicetree, the pdata is NULL. This cause kernel Oops when "fsl,mc13xxx-uses-codec" and/or "fsl,mc13xxx-uses-touch" properties is specified. mc13xxx spi0.0: mc13783:...

View Article


[PATCH RESEND] mfd: mc13xxx: Remove unneeded mc13xxx_lock/unlock (no replies)

Locking is performed by regmap API so no additional locking is needed. Nevertheless, keep locking in the ADC conversion routine. This need for keep proper read ADC sequence when calling from adc &...

View Article

[PATCH] f2fs: refactor bio-related operations (no replies)

This patch integrates redundant bio operations on read and write IOs. 1. Move bio-related codes to the top of data.c. 2. Replace f2fs_submit_bio with f2fs_submit_merged_bio, which handles read bios...

View Article

3.10.20-rt17, BUG and Oops (no replies)

Hi all, Just got this on 3.10.20-rt17, ThinkPad T510 running Fedora 19 (I think it has happened a few times before). The machine is not completely dead, the mouse pointer moves around but otherwise...

View Article
Browsing all 24115 articles
Browse latest View live