fs: out of bounds on stack in iov_iter_advance
Hi all, While fuzzing with trinity inside a KVM tools guest running -next I've stumbled on the following: [64092.216447] ==================================================================...
View Article4.2.0-rc6+: Boot crash on IBM X346
IBM Xseries 346, 2x Xeon 3.2 HT 64-bit (4 threads total, P4 era Xeon), 5G RAM. All kernels so far worked fine, last working one was 4.2.0-rc2-00077-gf760b87. First kernel tested after that was...
View Article[PATCH] arm64: Add __exception_irq_entry definition for function graph
The gic_handle_irq() is defined with __exception_irq_entry attribute. A single remaining work is to add its definition as ARM did. Below shows how function graph data is changed with these hunks. A...
View ArticleRe: [BELATED CORE TOPIC] context tracking / nohz / RCU state
On Tue, Aug 11, 2015 at 10:49:36AM -0700, Andy Lutomirski wrote: > This is a bit late, but here goes anyway. > > Having played with the x86 context tracking hooks for awhile, I think > it...
View ArticleRe: [PATCH] net: Use SK_MEM_QUANTUM as minimum for tcp/udp rmem/wmem
On Tue, 2015-08-11 at 21:54 -0700, Calvin Owens wrote: > Commit 8133534c760d4083 ("net: limit tcp/udp rmem/wmem to > SOCK_{RCV,SND}BUF_MIN") modified four sysctls to enforce that the values >...
View ArticleRe: [PATCH V10] fixup: audit: implement audit by executable
On Wednesday, August 12, 2015 05:48:48 AM Richard Guy Briggs wrote: > > Do you plan to push this fix to next? Patience. Yes, I'll be pushing this to next sometime this week; as usual I'll send...
View ArticleRe: [PATCH v3 1/5] pwm: add the Berlin pwm controller driver
On 08/12/2015 03:51 PM, Antoine Tenart wrote: > Add a PWM controller driver for the Marvell Berlin SoCs. This PWM > controller has 4 channels. > > Signed-off-by: Antoine Tenart...
View ArticleRe: [PATCH] regmap: Add function check before called format_val
Hi Henry & Mark, On Tue, Jul 21, 2015 at 2:07 PM, Henry Chen <HenryC.Chen@mediatek.com> wrote: > On Mon, 2015-07-20 at 16:02 +0100, Mark Brown wrote: >> On Mon, Jul 20, 2015 at...
View Article[PATCH] pinctrl-zynq.c: Fix typos in smc0_nand_grp and smc0_nor_grp
Group names should be smc0_nand_grp and smc0_nor_grp, otherwise you'll get errors like this if you try to pinmux them via the devicetree: zynq-pinctrl 700.pinctrl: invalid group "smc0_nand_grp" for...
View ArticleRe: [Ksummit-discuss] [BELATED CORE TOPIC] context tracking / nohz / RCU state
On Tue, Aug 11, 2015 at 08:42:58PM +0200, Luis R. Rodriguez wrote: > On Tue, Aug 11, 2015 at 10:49:36AM -0700, Andy Lutomirski wrote: > > This is a bit late, but here goes anyway. > >...
View ArticleRe: Using Nginx with chunking
Hello! On Wed, Aug 12, 2015 at 01:05:13PM +0000, Arun John (arujohn) wrote: > But even for range requests, it should return the bytes requested, > correct? Am I missing any configuration? The...
View ArticleRe: [PATCH v8 4/7] arm64: kprobes instruction simulation support
Hi David, On Tue, Aug 11, 2015 at 01:52:41AM +0100, David Long wrote: > From: Sandeepa Prabhu <sandeepa.s.prabhu@gmail.com> > > Kprobes needs simulation of instructions that cannot be...
View Article[PATCH v5 0/8] Add support for best effort block read emulation
This is version 5 for adding i2c_smbus_read_i2c_block_data_or_emulated to i2c-core. Jonathan, I did not add your Reviewed-by to the patch adding the i2c_smbus_read_i2c_block_data_or_emulated function...
View Article[PATCH v5 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
For i2c busses that support only SMBUS extensions, the eeprom at24 driver reads data from the device using the SMBus block, word or byte read protocols depending on availability. Replace the block...
View Article[PATCH v5 1/8] i2c: core: Add support for best effort block read emulation
There are devices that need to handle block transactions regardless of the capabilities exported by the adapter. For performance reasons, they need to use i2c read blocks if available, otherwise...
View Article[PATCH v5 3/8] iio: accel: bmc150: use available_scan_masks
Use available_scan_masks to allow the iio core to select the data to send to userspace depending on which axes are enabled, instead of doing this in the driver's interrupt handler. Signed-off-by:...
View Article[PATCH v5 4/8] iio: accel: bmc150: optimize i2c transfers in trigger handler
Some i2c busses (e.g.: Synopsys DesignWare I2C adapter) need to enable/disable the bus at each i2c transfer and must wait for the enable/disable to happen before sending the data. When reading data in...
View Article[PATCH v5 5/8] iio: gyro: bmg160: use available_scan_masks
Use available_scan_masks to allow the iio core to select the data to send to userspace depending on which axes are enabled, instead of doing this in the driver's interrupt handler. Signed-off-by:...
View Article[PATCH v5 6/8] iio: gyro: bmg160: optimize i2c transfers in trigger handler
Some i2c busses (e.g.: Synopsys DesignWare I2C adapter) need to enable/disable the bus at each i2c transfer and must wait for the enable/disable to happen before sending the data. When reading data in...
View Article[PATCH v5 7/8] iio: accel: kxcjk-1013: use available_scan_masks
From: Adriana Reus <adriana.reus@intel.com> Use available_scan_masks to allow the iio core to select the data to send to userspace depending on which axes are enabled, instead of doing this in...
View Article