Re: Linux 4.19-rc7

2018-10-09 Thread Greg KH
On Mon, Oct 08, 2018 at 12:43:05PM -0600, Shuah Khan wrote: > On Sun, Oct 7, 2018 at 9:48 AM Greg KH wrote: > > > > Hi all, > > > > Yet again, it's time for a kernel -rc release. This one is bigger than > > -rc6 was, for a variety of unrelated reasons it seems. Lots of > > different trees being

Re: Linux 4.19-rc7

2018-10-08 Thread Shuah Khan
On Sun, Oct 7, 2018 at 9:48 AM Greg KH wrote: > > Hi all, > > Yet again, it's time for a kernel -rc release. This one is bigger than > -rc6 was, for a variety of unrelated reasons it seems. Lots of > different trees being merged this week, much more so than the previous > one. Highlights includ

Re: Linux 4.19-rc7

2018-10-08 Thread Greg KH
On Sun, Oct 07, 2018 at 03:36:22PM -0700, Guenter Roeck wrote: > On Sun, Oct 07, 2018 at 05:45:29PM +0200, Greg KH wrote: > > Hi all, > > > > Yet again, it's time for a kernel -rc release. This one is bigger than > > -rc6 was, for a variety of unrelated reasons it seems. Lots of > > different tr

Re: Linux 4.19-rc7

2018-10-07 Thread Guenter Roeck
On Sun, Oct 07, 2018 at 05:45:29PM +0200, Greg KH wrote: > Hi all, > > Yet again, it's time for a kernel -rc release. This one is bigger than > -rc6 was, for a variety of unrelated reasons it seems. Lots of > different trees being merged this week, much more so than the previous > one. Highligh

Linux 4.19-rc7

2018-10-07 Thread Greg KH
s Florian Westphal (1): netfilter: avoid erronous array bounds warning Geert Uytterhoeven (3): dm raid: remove bogus const from decipher_sync_action() return type Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE" Revert "serial: sh-sci: Allow for compressed SC

Re: [GIT PULL] kselftest fixes update for Linux-4.19-rc7

2018-10-03 Thread Greg Kroah-Hartman
On Wed, Oct 03, 2018 at 08:42:13AM -0600, Shuah Khan wrote: > Hi Greg, > > Please pull the following kselftest for 4.19-rc7. > > linux-kselftest-4.19-rc7 > > This fixes update for 4.19-rc7 consists one fix to rseq test to prevent > it from seg-faulting when compiled with -fpie. Now merged, than

[GIT PULL] kselftest fixes update for Linux-4.19-rc7

2018-10-03 Thread Shuah Khan
Hi Greg, Please pull the following kselftest for 4.19-rc7. linux-kselftest-4.19-rc7 This fixes update for 4.19-rc7 consists one fix to rseq test to prevent it from seg-faulting when compiled with -fpie. diff is attached. thanks, -- Shuah ---