Skip to content

Commit

Permalink
linux: Add release candidate version 4.8-rc3
Browse files Browse the repository at this point in the history
Announcement for Linux 4.8-rc3 [1]:

> After last weeks somewhat unusual patch statistics (only 1/6th
> drivers), we're not back to the normal programming with rc3, and we
> have the usual situation with roughly ~60% of the patch being driver
> updates. It's spread out, but most of it tends to be networking, GPU,
> USB and a new EDAC driver.  But all of it is fairly small.
>
> Outside of the driver department, we've got core networking, some
> filesystem updates (mainly xfs, although in the diffstat afs shows up
> too, but that's really from the networking changes) and a smattering
> of updates all over: documentation, scheduler, some miinor arch
> updates etc.
>
> And some perf tooling fixes.
>
> It all looks pretty sane, I'm not seeing anything hugely scary here.
> Go test it out,
>
>               Linus

[1] https://lkml.org/lkml/2016/8/21/378
  • Loading branch information
pmenzel committed Aug 22, 2016
1 parent 19b158a commit 4b7cf29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux-4.8_rc2-95.bee → linux-4.8_rc3-98.bee
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

# note: CONFIG=/boot/config-WHATEVER BEE_MAKEFLAGS='-j 40' ./linux-xxx.bee

KERNELVERSION=4.8.0-rc2
KERNELVERSION=4.8.0-rc3

echo $KERNELVERSION

SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.8-rc2.tar.xz"
SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.8-rc3.tar.xz"

# EXCLUDE=""

#CONFIG=

KERNELLOCAL=".mx64.95"
KERNELLOCAL=".mx64.98"
FULLKERNELVERSION="${KERNELVERSION}${KERNELLOCAL}"

B=${S}
Expand Down

0 comments on commit 4b7cf29

Please sign in to comment.