FreeBSD Bugzilla – Attachment 223544 Details for
Bug 254490
REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
BETA4-RC1-long.log
BETA4-RC1-long.log (text/plain), 31.37 KB, created by
Lewis Cook
on 2021-03-24 08:57:16 UTC
(
hide
)
Description:
BETA4-RC1-long.log
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2021-03-24 08:57:16 UTC
Size:
31.37 KB
patch
obsolete
>commit 60e8939aa85b07f3271dcc01730727dda04c8bf6 >Author: Glen Barber <gjb@FreeBSD.org> >Date: Thu Mar 4 19:51:39 2021 -0500 > > update to RC1 > > Approved by: re (implicit) > Sponsored by: Rubicon Communications, LLC ("Netgate") > >commit fdd7609f10236df34c8d8ae2d6f2dae46e0e96cf >Author: Edward Tomasz Napierala <trasz@FreeBSD.org> >Date: Fri Feb 5 17:24:23 2021 +0000 > > linux: fix handling of flags for 32 bit send(2) syscall > > Previously the flags were passed as-is, which could resulted > in spurious EAGAIN returned for non-blocking sockets, which > broke some Steam games. > > Approved by: re (gjb) > PR: 248065 > Reported By: Alex S <iwtcex@gmail.com> > Tested By: Alex S <iwtcex@gmail.com> > Reviewed By: emaste > MFC After: 3 days > Sponsored By: The FreeBSD Foundation > > (cherry picked from commit f6e8256a965d5b7a7d43034ea31b2430a3b51066) > (cherry picked from commit 9d930fb09072d21464288df8c834cb8d0b760073) > >commit 9d39df7bd9c03cca8ad9f90e08f1577db55e4449 >Author: Edward Tomasz Napierala <trasz@FreeBSD.org> >Date: Mon Feb 8 21:52:31 2021 +0000 > > Don't check compat.linux.emul_path before loading linux(4) > > Fix e40787f900f to make libexec/rc/rc.d/linux retrieve the sysctl > after loading the kernel module which provides it, not before. > > Approved by: re (gjb) > Reported By: jkim > Sponsored By: The FreeBSD Foundation > > (cherry picked from commit 07cac176fba947381c8111b8e02e8067e7fa542a) > (cherry picked from commit 5dc2e1bcf41f853b31b6d08a5c2d643408e890f3) > >commit f122a871922561b7857ec80745f3e2d9531a8862 >Author: Edward Tomasz Napierala <trasz@FreeBSD.org> >Date: Tue Feb 2 14:40:38 2021 +0000 > > Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux > > In /etc/rc.d/linux the mounting paths of procfs, sysfs and devfs > are hardcoded to "/compat/linux". Switching to the content of > compat.linux.emul_path sysctl would allow to switch linuxulator > to different place. > > Approved by: re (gjb) > Submitted by: freebsdnewbie_freenet.de > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D27807 > > (cherry picked from commit e40787f900f3c262d5134d342e5a16757dd2193c) > (cherry picked from commit 1b2802ed4ed09746d6870080f85d79a9ccd782b0) > >commit 9bf608d00a4fa2f2028e555cfd1d7e4f8e56bd38 >Author: Edward Tomasz Napierala <trasz@FreeBSD.org> >Date: Sun Jan 31 21:41:55 2021 +0000 > > libc: fix buffer overrun in getrpcport(3) > > Approved by: re (gjb) > Reviewed By: markj > Sponsored by: NetApp, Inc. > Sponsored by: Klara, Inc. > Differential Revision: https://reviews.freebsd.org/D27332 > > (cherry picked from commit 5299d64b2b9f7a25e423ef1785d9402a0ef198d3) > (cherry picked from commit a3576b6207074ba5182be253c26af72f8fb51759) > >commit ac94eec58a1ab6e484bac7d148fc6f96e622d0a7 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Mon Mar 1 01:59:12 2021 +0200 > > O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs path > > Approved by: re (gjb) > > (cherry picked from commit 28cd3a673e0e32b009fd573764956b280d1affe1) > >commit 8ae87de4df1ddd748883ab00666a152d3b8e7301 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Sun Feb 28 02:15:21 2021 +0200 > > nameicap_check_dotdot: trim tracker on check > > Approved by: re (gjb) > > (cherry picked from commit 49c98a4bf3a87ace0df99056fa683805c1645e61) > >commit bd7a41bed0818edf233743a96ed1c394e8e34936 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Sun Feb 28 02:14:43 2021 +0200 > > Add nameicap_cleanup_from(), to clean tracker list starting from some element > > Approved by: re (gjb) > > (cherry picked from commit e8a2862aa0384c75603f801625e309a3dae0ed05) > >commit 4a5108cdc92795ff035758a79b09cd0376ecec12 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Sun Feb 28 02:13:19 2021 +0200 > > nameicap_tracker_add: avoid duplicates in the tracker list > > Approved by: re (gjb) > > (cherry picked from commit 2388ad7c293fbc89ee239a1adcb87fd158c4e8e9) > >commit cea301aee3e1dc5f7006f45c5b11bcff315775e0 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Sun Feb 28 02:12:43 2021 +0200 > > Do not call nameicap_tracker_add() for dotdot case. > > Approved by: re (gjb) > > (cherry picked from commit 59e749428111c029116a4302a544c7cc18b33772) > >commit 22c1852a04b0fec9d91a74cb13de8f2827800029 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Tue Feb 16 05:31:40 2021 +0200 > > open(2): Remove O_BENEATH and AT_BENEATH > > Approved by: re (gjb) > > (cherry picked from commit 20e91ca36a56b8db1e6677f577ad011b66dd6eb3) > >commit 9f1e0822cdf4b2d2ab14cbe42ddc71a6603a9644 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Sun Feb 28 02:38:11 2021 +0200 > > fhlink(2): the syscalls do not take flag > > Approved by: re (gjb) > > (cherry picked from commit 600756afb532a86a39fb488f5c4fc7e248921655) > >commit 3bde9c57df178c5cbe79f0f3f96c86557211fa69 >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Mon Mar 1 17:24:11 2021 +0200 > > FFS extattr: fix handling of the tail > > Approved by: re (gjb) > > (cherry picked from commit 8742817ba62ec604156c139727155d36f5fbad06) > >commit 065b9549d35676dcd7af45ca3ebd05e9ca082cbe >Author: Mark Johnston <markj@FreeBSD.org> >Date: Thu Feb 25 10:04:44 2021 -0500 > > sendfile: Use the pager size to determine the file extent when possible > > Previously sendfile would issue a VOP_GETATTR and use the returned size, > i.e., the file size. When paging in file data, sendfile_swapin() will > use the pager to determine whether it needs to zero-fill, most often > because of a hole in a sparse file. An attempt to page in beyond the > end of a file is treated this way, and occurs when the requested page is > past the end of the pager. In other words, both the file size and pager > size were used interchangeably. > > With ZFS, updates to the pager and file sizes are not synchronized by > the exclusive vnode lock, at least partially due to its use of > MNTK_SHARED_WRITES. In particular, the pager size is updated after the > file size, so in the presence of a writer concurrently extending the > file, sendfile could incorrectly instantiate "holes" in the page cache > pages backing the file, which manifests as data corruption when reading > the file back from the page cache. The on-disk copy is unaffected. > > Fix this by consistently using the pager size when available. > > Approved by: re (gjb) > Reported by: dumbbell > Reviewed by: chs, kib > Tested by: dumbbell, pho > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D28811 > > (cherry picked from commit faa998f6ff69573fe82765c77c7268ee89ac945e) > (cherry picked from commit 095558ac894977906fbbdf74c34b6d13fea7c8ed) > >commit b8ffda0a37e126623069bce49e8096dbdb4bfde3 >Author: Richard Scheffenegger <rscheff@FreeBSD.org> >Date: Fri Feb 19 13:52:06 2021 +0100 > > tcp: various improvements and fixes to PRR > - Ensure cwnd doesn't shrink to zero with PRR > - use accurate rfc6675_pipe when enabled > - Address two incorrect calculations and enhance readability > - address second instance of cwnd potentially becoming zero > - fix sublte bug due to implicit int to uint typecase in max() > - fix bug due to typo in hand-coded CEILING() function by using howmany() macro > - use int instead of long, and add a missing long typecast > - replace if conditionals with easier to read imax/imin (as in pseudocode) > - Avoid accounting left-edge twice in partial ACK. > - Include new data sent in PRR calculation > - Improve PRR initial transmission timing > - Fix prr_out when pipe < ssthresh > > Reviewed By: #transport, kbowling, tuexen > Reported by: Liang Tian > Approved by: re (gjb) > MFC after: 3 days > Sponsored by: NetApp, Inc. > Differential Revision: https://reviews.freebsd.org/D28780 > Differential Revision: https://reviews.freebsd.org/D28816 > Differential Revision: https://reviews.freebsd.org/D28813 > Differential Revision: https://reviews.freebsd.org/D28819 > Differential Revision: https://reviews.freebsd.org/D28941 > Differential Revision: https://reviews.freebsd.org/D28953 > Differential Revision: https://reviews.freebsd.org/D28998 > > (cherry picked from commit 853fd7a2e39802e46bd3d6476529796ac22412d9) > (cherry picked from commit c3aa4ba5dfc084e40e4151b25a0d5f8d24a036ba) > > (cherry picked from commit a8e431e1537d056a3f9e466eaceec28c399c220b) > (cherry picked from commit 32ed0ef06b8326271c4665406cac81fa47d0d29c) > > (cherry picked from commit 48396dc77922c68377ecac0ead2f8b0b5453c451) > (cherry picked from commit ffbf1b809ef5080afa130c11fa4afce9fef7e7fe) > > (cherry picked from commit 31d7a27c6e88c3d5bd0907774ec70176a92da5bb) > (cherry picked from commit 25fb4c363b299c26c35158fa059379af4a007253) > > (cherry picked from commit 9e83a6a556ed8d9a2821de5d5f5c7d4b1292c694) > (cherry picked from commit 9596751563dc1819d177fa3ec6660a3bdc18021c) > > (cherry picked from commit e9071000c9a04e3f685579500e24da9848944bb1) > (cherry picked from commit 2b43cd2ea26f758d23e8c009cf7521c4ddec7353) > > (cherry picked from commit 0b0f8b359d0b94b09cfec35e5d5de01b23c7fbf1) > (cherry picked from commit 05e742af6f548364909ed671f0b3774e54dc77d1) > >commit 43a2f41379f5b2a5aea94cc8389b181bf2d35b65 >Author: Michael Tuexen <tuexen@FreeBSD.org> >Date: Tue Mar 2 12:32:16 2021 +0100 > > RACK: fix an issue triggered by using the CDG CC module > > Obtained from: rrs@ > Approved by: re (gjb) > PR: 238741 > Sponsored by: Netlix, Inc. > > (cherry picked from commit 99adf230061268175a36061130e6adb0882270e8) > (cherry picked from commit ae608d4ee7202cc34603e620bc551547e772c4d2) > >commit 5fdc5c5dbac400a2ff05820ba8a63cdec8603c92 >Author: Kyle Evans <kevans@FreeBSD.org> >Date: Fri Feb 26 15:46:47 2021 -0600 > > jail: allow root to implicitly widen its cpuset to attach > > The default behavior for attaching processes to jails is that the jail's > cpuset augments the attaching processes, so that it cannot be used to > escalate a user's ability to take advantage of more CPUs than the > administrator wanted them to. > > This is problematic when root needs to manage jails that have disjoint > sets with whatever process is attaching, as this would otherwise result > in a deadlock. Therefore, if we did not have an appropriate common > subset of cpus/domains for our new policy, we now allow the process to > simply take on the jail set *if* it has the privilege to widen its mask > anyways. > > With the new logic, root can still usefully cpuset a process that > attaches to a jail with the desire of maintaining the set it was given > pre-attachment while still retaining the ability to manage child jails > without jumping through hoops. > > A test has been added to demonstrate the issue; cpuset of a process > down to just the first CPU and attempting to attach to a jail without > access to any of the same CPUs previously resulted in EDEADLK and now > results in taking on the jail's mask for privileged users. > > PR: 253724 > Approved by: re (gjb) > > (cherry picked from commit 60c4ec806dfd0f79edf8ca3abc04bbb69c0418f7) > (cherry picked from commit c4ccb6d1be1f00ebcda9e83f06db55f9d6c152ac) > >commit 661e2b8e1486cc966304ff98f766463de07e3f02 >Author: Thomas Skibo <thomas-bsd@skibo.net> >Date: Mon Jan 11 16:58:12 2021 -0400 > > ddb: fix show devmap output on 32-bit arm > > The output has been broken since 1b6dd6d772ca. Casting to uintmax_t > before the call to printf is necessary to ensure that 32-bit addresses > are interpreted correctly. > > PR: 243236 > Approved by: re (gjb) > > (cherry picked from commit 9976b42b697ce203b1d257b2a6fe64c8a2961645) > (cherry picked from commit 0a223cf980b5ef8bea726a843fe5a7faf2278330) > >commit d2d99e6757fb69f5b02711bba444774222ee9b3e >Author: Elliott Mitchell <ehem+freebsd@m5p.com> >Date: Sun Feb 28 16:03:44 2021 -0400 > > armv8crypto: add missing newline > > The missing newline mildly garbles boot-time messages and this can be > troublesome if you need those. > > Reported by: Mike Karels (mike@karels.net) > Reviewed by: gonzo > Approved by: re (gjb) > > (cherry picked from commit 530d38441d55b7ac62ebae6ac8ea76903a4a3b0c) > (cherry picked from commit 0ae67623992788538b90b7c0e2882c4aa645a81f) > >commit 3664067ea91a5484e0f75c9938d559ec1134a565 >Author: Rick Macklem <rmacklem@FreeBSD.org> >Date: Sat Feb 27 17:54:05 2021 -0800 > > nfsclient: fix panic in cache_enter_time() > > Juraj Lutter (otis@) reported a panic "dvp != vp not true" in > cache_enter_time() called from the NFS client's nfsrpc_readdirplus() > function. > This is specific to an NFSv3 mount with the "rdirplus" mount > option. Unlike NFSv4, NFSv3 replies to ReaddirPlus > includes entries for the current directory. > > This trivial patch avoids doing a cache_enter_time() > call for the current directory to avoid the panic. > > Approved by: re (gjb) > > (cherry picked from commit 3fe2c68ba20fb3365ef91e0b85f88237b5369f38) > >commit 2d379aed1e5c52956c5257d286a781e9a32e68b3 >Author: Rick Macklem <rmacklem@FreeBSD.org> >Date: Mon Mar 1 06:28:30 2021 -0800 > > copy_file_range(2): Fix for small values of input file offset and len > > r366302 broke copy_file_range(2) for small values of > input file offset and len. > > It was possible for rem to be greater than len and then > "len - rem" was a large value, since both variables are > unsigned. > > Approved by: re (gjb) > > (cherry picked from commit a5f9fe2bab789f49e8b53da3a62dbd34725e23ea) > >commit 20f9e2a723f5f560d6219e28f36dd3b8f8561b3a >Author: Mark Johnston <markj@FreeBSD.org> >Date: Tue Feb 23 21:15:50 2021 -0500 > > rmlock: Add a required compiler membar to the rlock slow path > > The tracker flags need to be loaded only after the tracker is removed > from its per-CPU queue. Otherwise, readers may fail to synchronize with > pending writers attempting to propagate priority to active readers, and > readers and writers deadlock on each other. This was observed in a > stable/12-based armv7 kernel where the compiler had reordered the load > of rmp_flags to before the stores updating the queue. > > Approved by: re (gjb) > Reviewed by: rlibby, scottl > Discussed with: kib > Sponsored by: Rubicon Communications, LLC ("Netgate") > Differential Revision: https://reviews.freebsd.org/D28821 > > (cherry picked from commit 1d44514fcd68809cfd493a7352ace29ddad443d6) > (cherry picked from commit c29d3ecdc8b3903d812c0467319ced6f85872d0e) > >commit 945184b92f654e50692a42e58b477f9c473b948d >Author: Chris Rees <crees@FreeBSD.org> >Date: Sun Feb 21 18:56:56 2021 +0000 > > Create dhclient pid directory if it doesn't exist > > - Upgrading from older FreeBSD versions can result in errors > > - /var/run can be a tmpfs, and this should be handled correctly > > Approved by: re (gjb) > Approved by: markj > Differential: https://reviews.freebsd.org/D28843 > MFC after: 2 weeks > > (cherry picked from commit ce94bedf475ac17307be0d5cbc66a8abe0741bf6) > >commit 6f930137ca6dac436d10b462a2058b5d9d975c5d >Author: Michael Tuexen <tuexen@FreeBSD.org> >Date: Sat Jan 23 20:56:45 2021 +0100 > > sctp: several fixes and improvements > > Approved by: re (gjb) > > sctp: improve consistency > > No functional change intended. > > (cherry picked from commit 7a051c0a7890dc8e490ebe125bfc70a28e89ddaf) > (cherry picked from commit 459f1b906515076b7ce30a06ab69a60891d8cbe8) > > sctp: fix PR-SCTP stats when adding addtional streams > > (cherry picked from commit 0f7573ffd6141b19419c9a6238246b9ba0e6dce6) > (cherry picked from commit 21398f02b0c7913f815ae6ded426da60d92c635b) > > sctp: fix a locking issue for old unordered data > > Thanks to Anatoly Korniltsev for reporting the issue for the > userland stack. > > (cherry picked from commit 8dc6a1edca6de0c64f6c082f69097746d1346592) > (cherry picked from commit 3fa95c0fe60bbd67db6043c7e18910387bbe1bac) > > sctp: improve input validation > > Improve the handling of INIT chunks in specific szenarios and > report and appropriate error cause. > Thanks to Anatoly Korniltsev for reporting the issue for the > userland stack. > > (cherry picked from commit af885c57d65d33c0306e91d3e090e76772a0d012) > (cherry picked from commit 16b538975024e2b7038807bf5b712124f5a7b889) > > sctp: small cleanup, no functional change intended. > > (cherry picked from commit bdd4630c9a9cea64830f981fc897ac953c48892c) > (cherry picked from commit 5573b94fa67f954dd0db57de328e60941ee8c9d1) > > sctp: clear a pointer to a net which will be removed > > (cherry picked from commit 5ac839029d01c0f48e1b1ff1a599cb47cf5e98ee) > (cherry picked from commit 04c13928d9f306a7d7ac34452644a538d2be6fdc) > > sctp: improve computation of an alternate net > > Espeially handle the case where the net passed in is about to > be deleted and therefore not in the list of nets anymore. > > Reported by: syzbot+9756917a7c8381adf5e8@syzkaller.appspotmail.com > > (cherry picked from commit b963ce4588b33f733aef3f7a7f3fbe5018a89728) > (cherry picked from commit 8cf046aff9719779b665f7f4f4a8bad4b3945341) > > sctp: avoid integer overflow when starting the HB timer > > Reported by: syzbot+14b9d7c3c64208fae62f@syzkaller.appspotmail.com > > (cherry picked from commit 70e95f0b6917a8b8cd4a2a5f883f3e9753fc86d8) > (cherry picked from commit f7c20120c19b6307536908a7f779be2832b133f3) > >commit 2751e264dfef1e59e9c45d511a2d3ee99839651e >Author: Michael Tuexen <tuexen@FreeBSD.org> >Date: Sun Feb 14 12:10:31 2021 +0100 > > tcp: improve behaviour when using TCP_NOOPT > > Use ISS for SEG.SEQ when sending a SYN-ACK segment in response to > an SYN segment received in the SYN-SENT state on a socket having > the IPPROTO_TCP level socket option TCP_NOOPT enabled. > > Approved by: re (gjb) > Reviewed by: rscheff > Sponsored by: Netflix, Inc. > Differential Revision: https://reviews.freebsd.org/D28656 > > (cherry picked from commit ed782b9f5a7a05debe944a33b4ac9e5629a95803) > (cherry picked from commit e949dcc283cd3b19e8e3113d8d3e10a72c2bbe6e) > >commit 811deba9df266fbe148c95f10ba8fb2a1b32e7bf >Author: Konstantin Belousov <kib@FreeBSD.org> >Date: Fri Feb 19 17:20:29 2021 +0200 > > Remove __NO_TLS. > > Approved by: re (gjb) > > (cherry picked from commit 3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e) > >commit 91a611e5216027ca9e82770882b5f7e8d98a2f15 >Author: John Baldwin <jhb@FreeBSD.org> >Date: Wed Feb 17 16:34:23 2021 -0800 > > mips: Don't set __NO_TLS to disable some uses of TLS. > > Approved by: re (gjb) > > (cherry picked from commit 24fd63e0970f91189dd2acde987bd2e4c8c04a50) > >commit 229f1e4b14246cf950ed0536f15fd2b1d563fbf7 >Author: John Baldwin <jhb@FreeBSD.org> >Date: Wed Feb 17 16:33:09 2021 -0800 > > riscv: Don't set __NO_TLS to disable some uses of TLS. > > Approved by: re (gjb) > > (cherry picked from commit dd176fd7e7b5aad231cd6ebf49fd14ae7394dfee) > >commit 59b8f72a21b3e81465dc4ecd96f64dbaa44a4a9f >Author: Michael Tuexen <tuexen@FreeBSD.org> >Date: Tue Feb 9 23:35:55 2021 +0100 > > libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG > > TCP_FASTOPEN_MIN_COOKIE_LEN was incorrectly registered as a name of > a IPPROTO_TCP level socket option, which overwrote TCP_NOPUSH. > TCP_FASTOPEN_PSK_LEN was incorrectly registered as a name of an > IPPROTO_TCP level socket option, which overwrote TCP_MD5SIG. > > Approved by: re (gjb) > Sponsored by: Netflix, Inc. > > (cherry picked from commit f25266bee7dafb10f03e06537c8127cc17335bed) > (cherry picked from commit 2a9b68d5e1bba633c37cc829f52e79e1281e910b) > >commit 856af5ff745f2687015a5564f8daf0cf6cde368d >Author: Emmanuel Vadot <manu@FreeBSD.org> >Date: Thu Feb 25 18:10:19 2021 +0100 > > mkimg: Add support for offset if the source is an image > > This allow us to create image with the following format: > mkimg -v -o sdcard -s gpt -p efi:=esp_aarch64.img:1M -p freebsd-ufs::1G > > Which will add a efi partition at a 1M offset on the image with its content > coming from the esp_aarch64.img file. > > MFC after: 3 days > Approved by: re (gjb) > (cherry picked from commit 8f3c71c85e5f6a4d2bddbfead225d33b96dbd7d7) > (cherry picked from commit 6f6c6480047ba1ebbc398c1052446e35f8a4ecab) > >commit f3054d18bfbd4629cb695922f3cd1fab36b1dc5b >Author: Emmanuel Vadot <manu@FreeBSD.org> >Date: Thu Feb 25 16:34:28 2021 +0100 > > mkimg: We always want the last block of the last inserted partition > > Even with an absolute offset we want to know the last block the partition > otherwise we endup with an image the size of the metadata. > This allow to create image with the ESP placed at a specific position which > is useful on arm/arm64 where u-boot have always a hard time to read the ESP > if it's not aligned on 512k. > mkimg -v -o sdcard -s gpt -p efi::54M:1M -p freebsd-ufs::1G > now works. > > MFC after: 3 days > Approved by: re (gjb) > (cherry picked from commit 3b6268bb9e4aea939c4ce7f37353174aa90e6751) > (cherry picked from commit 9c5f4f8e4ee8261a669ab99257bffd439bad6635) > >commit 90cf334642c234675a70721a8b06a7c92c014a8e >Author: Brett Mastbergen <brett.mastbergen@gmail.com> >Date: Mon Feb 22 10:28:28 2021 +0000 > > pwm_backlight: Add MODULE_DEPEND on backlight > > Make the pwm_backlight module depend on backlight, so it > has access to the backlight interface symbols. Otherwise you'll > get an error like: > > link_elf: symbol backlight_get_info_desc undefined > > Approved by: re (gjb) > Signed-off-by: Brett Mastbergen <brett.mastbergen@gmail.com> > MFC after: 3 days > PR: 253765 > (cherry picked from commit 43d4dfac96f7f8285a27989f315c075d28aadb12) > (cherry picked from commit 135fa1610fa177bb8c77aab951cfb4395edc249f) > >commit c0708f6835bf752ccfb2b1c48e7c47f9ead529a6 >Author: Warner Losh <imp@FreeBSD.org> >Date: Thu Feb 11 16:06:30 2021 -0700 > > efibootmgr: Check for efi supported after parsing args > > Move the check for efi variables being supported to after parsing the args. This > allows '-h' to produce both as a normal user as well as on all systems. > > Approved by: re@ (gjb) > > (cherry picked from commit 7fe2f504f8a0e4237872f8528e911c5f7b7ed59d) > (cherry picked from commit b8b867a10f56b4a78b680fb5d2a97c83e745a0ce) > >commit f495e9ed95c9ff3cf31cfc6554b43fce7a475af6 >Author: Jessica Clarke <jrtc27@FreeBSD.org> >Date: Mon Feb 22 22:27:00 2021 +0000 > > uefi: Add riscv to historical details > > Approved by: re@ (gjb) > (cherry picked from commit 963cf6cb0fd7e8708c455ecf567fbc34fe2a7156) > (cherry picked from commit 44f483e0fa52c42c8f97cf1600c1f7272a283707) > >commit de3e66f4bb2d2e72be2d12301fbda1a1525a0ef5 >Author: Warner Losh <imp@FreeBSD.org> >Date: Mon Feb 22 14:39:04 2021 -0700 > > Restore missing word > > "in" got dropped when I shuffled things around. > > Noticed by: rpokala@ > MFC After: 3 days > Approved by: re@ (gjb) > (cherry picked from commit f11e9f325aee3459fee94f3a660a8e6c1a25c2ac) > (cherry picked from commit 1df1b4190b41ee3237486e9daa0a751cbc56312d) > >commit abe709deefdfe831f26bbcb5b2eb2f0bca6072ca >Author: Warner Losh <imp@FreeBSD.org> >Date: Mon Feb 22 14:20:00 2021 -0700 > > uefi: add historical details > > Add details about when armv6 and armv7 support was added. > Approved by: re@ (gjb) > (cherry picked from commit 8c09ecb2e25155b4f1490a177826608d52b1bd1b) > (cherry picked from commit f88db54fd87471802b44520715d8e373ddf86f60) > >commit 3e95150e8cb38795e6e3d06924e4d6c8c6c94cb9 >Author: Warner Losh <imp@FreeBSD.org> >Date: Mon Feb 22 13:19:21 2021 -0700 > > Remove incorrect statement about EFI environment variables being unsupported. > > Our uefi support has included environment variable support for several years > now. Remove the bogus blanket statement saying we don't support them. > > MFC After: 3 days > Approved by: re@ (gjb) > (cherry picked from commit ab77cc9e7bf6d0c2d862dfd514539b81ae248dfd) > (cherry picked from commit 78050d4966c5a9c8e953cab2a286450238d51e4f) > >commit eb62c494bfa0771581dae96f6ae6bdcf4d3f21b9 >Author: Warner Losh <imp@FreeBSD.org> >Date: Wed Feb 17 15:08:19 2021 -0700 > > uart: only use MSI on devices that advertise 1 MSI vector > > This updates r311987/fb1d9b7f4113d which allowed any number of vectors to be > used. Since we're just attaching one instance, the meaning of more than one > vector is not clear and seems to cause problems. Fall back to old methods for > these cards. > > PR: 235016 > Submitted by: David Cross > Approved by: re@ (gjb) > (cherry picked from commit 955b6109bb36036e9357006be42dfa89cd7cb0f2) > (cherry picked from commit ef1f2056084202c554d5482af9586a8995e604d5) > >commit 963c8fa8b231b0313ca3c270ee32cdec49a39bd8 >Author: Warner Losh <imp@FreeBSD.org> >Date: Fri Feb 19 15:34:25 2021 -0700 > > boot: remove gptboot.efifat, it never should have been > > conical hat reduction: Make sure we also remove gotboot.efifat. It was created, > briefly, and shouldn't have existed in the first place. Kill it at the same > place we kill boot1.efifat. > > Pointy Hat to: imp@ > Approved by: re@ (gjb) > (cherry picked from commit 8cd1b2b1a7ab55e96aaf40a401d8792f2697b274) > (cherry picked from commit dd9b24be14d4311ca6056f41a2d81801d2c0fa03) > >commit 5eabef5a82232aa4346c2059b113c608420a1f9f >Author: Warner Losh <imp@FreeBSD.org> >Date: Wed Feb 17 09:28:41 2021 -0700 > > Giant: move back Giant removal until 14 > > Update the Giant Lock warning message to FreeBSD 14. It's growing increasling > clear that this won't be done before 13.0. > > MFC: Insta (re@'s request) > Approved by: re@ (gjb) > (cherry picked from commit 00065c7630c25850298dd3ba6919c2d3628e8ad9) > (cherry picked from commit d2fb8eb1472ccc1b2175238f7668816544bf15f7) > >commit 5a1ecfa5a986b888c5d6c8c38383ad38d2adb03a >Author: Warner Losh <imp@FreeBSD.org> >Date: Mon Feb 8 12:29:20 2021 -0700 > > hid: bump HID_ITEM_MAXUSAGES to 8 > > My YOGA requires a minimum of 7 to parse w/o an error. Since the memory savings > are trivial and the yoga a popular system, bump the default up to 8. There's no > API/ABI issues in doing this. This hid_item struct isn't exported to userland > and the one libusbhid has is different and only shares a name... > > MFC After: 3 days > Reviewed by: wulf@ > Differential Revision: https://reviews.freebsd.org/D28543 > Approved by: re@ (gjb) > (cherry picked from commit db2f512381ac3c0c227f5c0354690bb929dcac17) > (cherry picked from commit 0dc5c9467b5bbcf26a8232553a1c213bb95ce635) > >commit 84c6bae8db2e0ae98e321f928364b61a7a13cda5 >Author: Warner Losh <imp@FreeBSD.org> >Date: Mon Feb 8 14:43:25 2021 -0700 > > acpi: limit the AMDI0020/AMDI0010 workaround to an option > > It appears that production versions of EPYC firmware get the _STA method right > for these nodes. In fact, this workaround breaks on production hardware by > including too many uart nodes. This work around was for pre-release hardware > that wound up not having a large deployment. Move this work around to a kernel > option since the machines that needed it have been powered off and are difficult > to resurrect. Should there be a more significant deployment than is understood, > we can restrict it based on smbios strings. > > Discussed with: mmacy@, seanc@, jhb@ > MFC After: 3 days > Approved by: re@ (gjb) > (cherry picked from commit 35af933173d516101f4c44af328fbe2d6e587869) > (cherry picked from commit a60c5de933e1516f65ead98b0ee141224ad607f4) > >commit a7926435c12e2304f46c9efadd4216f469f68acc >Author: Kristof Provost <kp@FreeBSD.org> >Date: Thu Feb 25 08:07:36 2021 +0100 > > pf: Fix incorrect fragment handling > > A sequence of overlapping IPv4 fragments could crash the kernel in > pf due to an assertion. > > Approved by: re (gjb) > Reported by: Alexander Bluhm > Obtained from: OpenBSD > MFC after: 3 days > Sponsored by: Rubicon Communications, LLC ("Netgate") > > (cherry picked from commit 5f1b1f184b7f12330cf4a027e3db7c6700c67640) > (cherry picked from commit 86ebf4d3e12c3eae94d3e9a8dcf5bd5741889b58) > >commit 113bd64cdf4ef3f54fffcd9874ae7ec07afd882e >Author: Mark Johnston <markj@FreeBSD.org> >Date: Thu Feb 25 18:49:47 2021 -0500 > > pmap: Fix largemap restart checks in the kernel_maps sysctl handler > > The purpose of these checks is to ensure that the address of the > next-level page table page is valid, since nothing is synchronizing with > a concurrent update of the large map and large map PTPs are freed to the > system. However, if PG_PS is set, there is no next level. > > Approved by: re (gjb) > Reported by: rpokala > Reviewed by: kib > Tested by: rpokala > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D28922 > > (cherry picked from commit aac25e222525780db8939d07a594d3e090c0a148) > (cherry picked from commit 5966aae9c7c25707c785ec056cb8462a037a480e) > >commit 18b6283014a291f5fe546092ee16d774a0102691 >Author: Mark Johnston <markj@FreeBSD.org> >Date: Wed Feb 24 10:08:53 2021 -0500 > > iflib: Avoid double counting in rxeof > > iflib_rxeof() was counting everything twice. This was introduced when > pfil hooks were added to the iflib receive path. We want to count rx > packets/bytes before the pfil hooks are executed, so remove the counter > adjustments that are executed after. > > Approved by: re (gjb) > PR: 253583 > Reviewed by: gallatin, erj > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D28900 > > (cherry picked from commit b6999635b195e8c0dd5c08ac9ff268c92107cc66) > (cherry picked from commit 76294b65df64e87f29a7d7df23c5360dd9ada5aa) > >commit 310ae6a0df3949784af9b51f7c8e8622730324e6 >Author: Jung-uk Kim <jkim@FreeBSD.org> >Date: Wed Feb 17 18:19:13 2021 -0500 > > OpenSSL: Regen manual page for the previous commit > > This is regen for 9b2f020c14af71a2606012143432dd717c7cf90e. > > Approved by: re (gjb) > > (cherry picked from commit 351d06eeb509a420f3470c96b4a265467c87e2c2) > (cherry picked from commit cdba1277dd26c8f7e54a40d86d44748f2d1a8c29) > >commit 9745047839225ede45594ae4ec2b26df6bafbd22 >Author: Oleksandr Tymoshenko <gonzo@FreeBSD.org> >Date: Wed Feb 17 14:49:30 2021 -0800 > > Handle partial data re-sending on ktls/sendfile on FreeBSD > > Add a handler for EBUSY sendfile error in addition to > EAGAIN. With EBUSY returned the data still can be partially > sent and user code has to be notified about it, otherwise it > may try to send data multiple times. > > PR: 251969 > Approved by: re (gjb) > Obtained from: OpenSSL (dfcfd17f2818cf520ce6381aed9ec3d2fc12170d) > Sponsored by: Netflix (merging to FreeBSD) > > (cherry picked from commit 9b2f020c14af71a2606012143432dd717c7cf90e) > (cherry picked from commit 63241a0764c9414e1bcce3bcb05bfbdba8f1f487) > >commit e32bc25362975db9896eeffc2933e078930a5383 >Author: Glen Barber <gjb@FreeBSD.org> >Date: Thu Feb 25 21:18:11 2021 -0500 > > update to BETA4 > > Approved by: re (implicit) > Sponsored by: Rubicon Communications, LLC ("Netgate")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 254490
:
223543
| 223544