[PATCH] ide: use BIT() macro for defining bit-flags

2019-07-07 Thread Amol Surati
The BIT() macro is available for defining the required bit-flags. Since it operates on an unsigned value and expands to an unsigned result, using it, instead of an expression like (1 << x), also fixes the problem of shifting a signed 32-bit value by 31 bits (e.g. 1 << 31). Signed-

Re: [PATCH 3.16 000/129] 3.16.70-rc1 review

2019-07-08 Thread Amol Surati
On Sun, Jul 07, 2019 at 05:54:16PM +0100, Ben Hutchings wrote: > This is the start of the stable review cycle for the 3.16.70 release. > There are 129 patches in this series, which will be posted as responses > to this one. If anyone has any issues with these being applied, please > let me know. >

Re: [PATCH 5.1 00/96] 5.1.17-stable review

2019-07-09 Thread Amol Surati
On Mon, Jul 08, 2019 at 05:12:32PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.1.17 release. > There are 96 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know.

Re: [PATCH 4.19 00/90] 4.19.58-stable review

2019-07-09 Thread Amol Surati
On Mon, Jul 08, 2019 at 05:12:27PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.58 release. > There are 90 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know