Before we vote, how about we rebase the release/9.0 to the latest
master? There still have many difference between master and
release/9.0:
git log --oneline apache/master > master.log
git log --oneline apache/release/9.0 > release.log
diff master.log release.log
1,67c1,10
< f706f5e0e8 boards/imxrt1060-evk: Generate nuttx.map in the root directory
< 2810220ea9 Update defconfig per refresh.sh report
< 090a4d1690 Update .gitignore per testbuild.sh report
< 816f624819 tools/Makefile.host: Initialize Q by inspecting V
< 95e5506637 tools/testbuild.sh: Verify nuttx/apps folder clean after build
< 48e6b97ca7 tools/testbuild.sh: Check defconfig in the canonical format
< c153c31fbd tools/refresh.sh: Save defconfig and exit with 1 only
when the difference exist
< 5c1497aeb1 tools: Remove the temp variable in checking program exit code
< cf674ed51c checkpatch.sh: Simplify the code logic, no functional change
< d53566118e Update release notes in preparation for the 9.0.0 release.
< af31fd45ae build.yaml: Change arm-11 to arm-12
< a59ae5536c github: Add PR Template
< f2d4e1e2b7 Follow up change in apps "nshlib: Rename sh to source"
< 3d10f8cf8f Fix nxstyle warning
< 2a7029dd52 arch/sim: All cpu core need conform to
CONFIG_SIM_WALLTIME behaviour
< 87dbd7d52d TODO:  Remove simulator SMP bug
< 2c58b11e50 tools/: Update version generation tools to account for
the patch number.
< 2ec8f60e53 Run refresh.sh --silent all
< 3c4be8710c Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs
< 6ad91aeb05 Kconfig: change the stack size default to DEFAULT_TASK_STACKSIZE
< 4b37d0b200 build.yml: Remove the tail space
< 00049aa482 Fix saved %esp value in up_saveusercontext() for qemu-i486
< 0e9b0d7603 sim: Don't generate romfs image if CONFIG_NSH_CUSTOMROMFS=y
< 15d328c3ab sim: Fix config check for romfs image generation
< 1d394535cb arch/README.txt: Various improvements to the text
< 6acaf2afaa Add retry to pull docker image
< b5a2c7a304 Fix nxstyle warning
< 89ff9eb046 tools/cfgdefine.c: Remove some string config variable
from the dequote list
< e899bc92d2 boards: cxd56: nxstyle fixes for the common code
< efbd6ada21 boards: cxd56: spresense: nxstyle fixes
< f2a6d88c9d boards: cxd56: drivers: sensors: nxstyle fix
< b4cab7eb9e boards: cxd56: drivers: camera: nxstyle fix
< 43989ee36f sim/nsh2: fix nxserver stack overflow
< 3776bf6850 sim/configs: update the defconfig
< 3dd094520c sim/nsh2: remove the specific Make.defs
< c758cb8341 sim/romfs: add etctmp into ignore list
< 28e55ab0b1 doc: sem_timedwait: No need to include time.h
< 781bf68b5c doc: Fix semaphore related function names
< e855a1b25c doc: Update a few wiki references
< 674ca92485 spresnese/audio_sdk: Add CONFIG_AUDIO to have a warning free build.
< 366c446003 sim: Provide MODULESTRIP for macOS
< c61d959655 sim: macOS's strip doesn't have --strip-unneeded option
< e67062fd88 Config.mk: Provide the default MODULESTRIP
< 120de788d4 kinetis: Fix typos
< 9b9d1fc7ca arch/stm32h7: Extend support to all STM32H7x3xx
< 0668a1552d sim/nsh: dynamic rcS/rcRAW generation support
< c0c24d29df boards/Board.mk: use genromfs to make romfs image
< 7396c2d47a boards: arm: cxd56: drivers: audio: nxstyle fixes
< 5fb835b1df boards: cxd56: enable Nuttx audio driver
< 57e8f0451a cxd56: add initial Nuttx audio driver
< 50431e6694 boards: cxd56: spresense: add configuration for the NuttX
audio driver driver
< c35fd3bb25 boards: cxd56: spresense: add configuration for SDK audio driver
< 502d7bb501 boards: cxd56: spresense: move audio configuration
< b432ae5598 Fix nxstyle warning
< 9131ae1f1f netdev/carrier: monitor the driver status
< 10acadb64b netlink: add netlink route notify support
< 6f1c86d934 netlink: Fix the compiler warning in netlink_add_broadcast
< 9ac3a0d4d8 Fix sixlowpan_framer.c build warnings under macos
< 2353e46ee9 Fix sixlowpan_utils.c nxstyle complaints
< 7afd8c6a21 Fix sixlowpan build break with -Werror option under macos
< b33c339c8a CI: refine checkpatch commits in check.yml
< bd39813883 netlink: Add netlink_add_broadcast function
< 755265506c netlink: replace the operation handle to connection
< bd4bccbe27 netlink: add netlink multicast group define
< 16c0c61e3e netlink/route: reuse response terminator
< 85dce03d22 netlink/route: remove domain check
< 773f540d74 tools/checkpatch.sh: enhance added files judgement with
+++ at the line beginning
---
> cb16dfbc30 Update release notes in preparation for the 9.0.0 release.
> 4817a71d40 TODO:  Remove simulator SMP bug
> 8d3f953a31 tools/: Update version generation tools to account for the patch 
> number.
> 666d1d612f Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs
> db52820e7c kinetis: Fix typos
> 8b4cfbbd85 doc: Update a few wiki references
> 028e03c99c doc: Fix semaphore related function names
> e4d5363935 Fix sixlowpan_framer.c build warnings under macos
> a5540fdfb6 Fix sixlowpan_utils.c nxstyle complaints
> c269a6e7ad Fix sixlowpan build break with -Werror option under macos
Abdelatif cherry-pick many patches but not all of them from master
after we create the release branch which make the end user hard to
know what in the release and what not.

On Mon, Apr 20, 2020 at 9:24 PM Abdelatif Guettouche
<abdelatif.guettou...@gmail.com> wrote:
>
> I think it's about time we called for a vote.
> Each vote will last 72h, it's tight for a 30 April release, we don't
> have much room for another round.
>
> I backported last night few more PRs, no functional changes, typos and
> release notes.
> I guess the only one remaining is 757.
>
> On Sat, Apr 18, 2020 at 8:43 PM Brennan Ashton
> <bash...@brennanashton.com> wrote:
> >
> > On Sat, Apr 18, 2020, 12:27 PM Gregory Nutt <spudan...@gmail.com> wrote:
> >
> > >
> > > It would seem that if we wanted to make an April 30 release, we should
> > > create the tarball now and ask for beta testers.  Or do you have some
> > > other plan to qualify the release.
> > >
> > > Can the nightly build be directed to build the releasse branch?
> > >
> >
> > I can update the CI script in GitHub to always do a nightly build of this
> > branch.

Reply via email to