Update whiteboard - new 1.8.x gerrits for linux 5.18
authorCheyenne Wills <cwills@sinenomine.net>
Thu, 7 Jul 2022 16:59:53 +0000 (10:59 -0600)
committerCheyenne Wills <cwills@sinenomine.net>
Thu, 7 Jul 2022 16:59:53 +0000 (10:59 -0600)
devel/Whiteboard.mdwn

index 5692653..225a51f 100644 (file)
@@ -19,10 +19,10 @@ Review of the current open gerrits for 1.8.x is needed.
 * 14857  afs.h: fix out of tree build failures  *1.8.9?*
 * 14841  SOLARIS: add autoconfig support for Studio 12.6  *1.8.9?*
 
-### Notes on building against linux 5.17 and gcc-11 and clang-13
+### Notes on building against linux 5.18 and gcc-12 and clang-14
 
-The following open 1.8.x gerrits are currently in review.  These will build against linux 5.17 using
-gcc-11 or clang-13.  Fetching gerrit 15047 will contain the entire set of commits needed.
+The following open 1.8.x gerrits are currently in review.  These will build against linux 5.18 using
+gcc-12 or clang-14.  Fetching gerrit 15065 will contain the entire set of commits needed.
 
 Open openafs-stable-1_8_x gerrits (these are still in review and subject to change):
 
@@ -73,33 +73,18 @@ Open openafs-stable-1_8_x gerrits (these are still in review and subject to chan
 * 14945 Linux-5.17: kernel func complete_and_exit renamed
 * 14946 Linux-5.17: Kernel build uses -Wcast-function-type
 * 15047 Change klog.krb5 -lifetime option help description
-
-### Notes on building against Linux 5.18, gcc-12 and clang-14
-
-In addition to the above listed gerrits needed to build for Linux 5.17 and gcc-11/clang-13
-the following commits will be needed from master.
-
-From master:
-
-* 13435 afs: Introduce afs_IsDCacheFresh
-* 14242 LINUX: Don't panic on some file open errors
-* 14132 cf: Use common macro to test compiler flags
-* 14900 cf: Use -Werror when checking for -Wno-* flags
-* 14273 autoconf: fix detection for fallthrough attribute
-* 14955 vol: Use asprintf in _namei_examine_special
-* 14958 afsd: Avoid fscanf overflows when paring cacheinfo
-* 14939 Linux-5.18 replace set_page_dirty with dirty_folio
-* 14954 afs: introduce afs_alloc_ncr/afs_free_ncr
-* 14962 afs: introduce get_dcache_readahead
-* 14957 lwp: Ignore dangling-pointer warning in process.c
-* 14956 afs: Avoid always-false NULL test on AFSTOV(avc)
-* 15029 opr: replace AFS_STRINGIZE with opr_stringize
-* 13136 Prevent sscanf format widths from overrunning array
-
-Open master gerrits (these are still in review are are subject to change):
-
-* 14953 Linux-5.18: replace readpages with readahead
-
-Note: that the work for pulling the above into a 1.8.x WIP branch has been done,
-but the branch has not yet fully tested and is waiting for the open master commits
-to be merged first.
\ No newline at end of file
+* 15051 afs: Introduce afs_IsDCacheFresh
+* 15052 LINUX: Don't panic on some file open errors
+* 15053 cf: Use common macro to test compiler flags
+* 15054 cf: Use -Werror when checking for -Wno-* flags
+* 15055 autoconf: fix detection for fallthrough attribute
+* 15056 vol: Use asprintf in _namei_examine_special
+* 15057 afsd: Avoid fscanf overflows when paring cacheinfo
+* 15058 Linux-5.18 replace set_page_dirty with dirty_folio
+* 15059 afs: introduce afs_alloc_ncr/afs_free_ncr
+* 15060 afs: introduce get_dcache_readahead
+* 15061 afs: Avoid always-false NULL test on AFSTOV(avc)
+* 15062 lwp: Ignore dangling-pointer warning in process.c
+* 15063 opr: replace AFS_STRINGIZE with opr_stringize
+* 15064 Prevent sscanf format widths from overrunning array
+* 15065 Linux-5.18: replace readpages with readahead