Age | Commit message (Collapse) | Author |
|
If a private key encoded with EC parameters happens to have
order 1 and is used for ECDSA signatures, this causes an
infinite loop since a random integer x in the interval [0,1)
will be 0, so do ... while (x == 0); will loop indefinitely.
Found and reported with a reproducer by Hanno Boeck.
Helpful comments and analysis from David Benjamin.
ok beck jsing
|
|
amd64 boxes and Lenovo (Ampere) aarch64. tweak/OK mbuhl@
|
|
|
|
OK sashan
OK bluhm@
|
|
one place. Use atomic_add_long() there. Call the local variable
sclen, that makes it easier to grep for the struct field sc_len.
OK sashan@
|
|
tweak/ok miod
|
|
Make the cf_attach member of struct cfdata const and sprinkle a few
const into subr_autoconf.c to make this work. Fixes the compilation
of sys/dev/rd.c with newly const rd_ca.
ok miod (who had a similar diff)
|
|
From Manasi Navare
3534c5c005ef99a1804ed50b8a72cdae254cabb5 in linux 5.15.y/5.15.30
62929726ef0ec72cbbe9440c5d125d4278b99894 in mainline linux
|
|
From Ville Syrjala
074c88751dc121eb9a7fbcbd632001b8d2b09efa in linux 5.15.y/5.15.29
4e6f55120c7eccf6f9323bb681632e23cbcb3f3c in mainline linux
|
|
From Guchun Chen
fcd1d79aa943fff4fbaa0cce1d576995a7960699 in linux 5.15.y/5.15.29
e2b993302f40c4eb714ecf896dd9e1c5be7d4cd7 in mainline linux
|
|
From Qiang Yu
46eed3a37dee87b9c35c7419e1820797121893a0 in linux 5.15.y/5.15.27
f1ef17011c765495c876fa75435e59eecfdc1ee4 in mainline linux
|
|
From Vinay Belgaumkar
d675c05b792e166a5dd6ab9498a137bfd9bc8570 in linux 5.15.y/5.15.27
1b279f6ad467535c3b8a66b4edefaca2cdd5bdc3 in mainline linux
|
|
From Leo (Hanghong) Ma
dab06be16184b087228a55efec878546ffeda491 in linux 5.15.y/5.15.27
1d925758ba1a5d2716a847903e2fd04efcbd9862 in mainline linux
|
|
From Ville Syrjala
7508ac360d1e0e6a2b9578226eaffc384b4eb036 in linux 5.15.y/5.15.27
08783aa7693f55619859f4f63f384abf17cb58c5 in mainline linux
|
|
From Nicholas Kazlauskas
10dd26349edf901539d066b866490676cbfad73c in linux 5.15.y/5.15.27
3743e7f6fcb938b7d8b7967e6a9442805e269b3d in mainline linux
|
|
From Ville Syrjala
5c66161cceaabc68912950893394e04c164ef7ad in linux 5.15.y/5.15.27
ee59792c97176f12c1da31f29fc4c2aab187f06e in mainline linux
|
|
From Jose Roberto de Souza
e2b3d1bf6ec3bc4d3687f77731eef349cef54495 in linux 5.15.y/5.15.27
a1b63119ee839c8ff622407aab25c9723943638a in mainline linux
|
|
From Jani Nikula
23eb29281f1e1bc3e33f75186b16c961e62effe6 in linux 5.15.y/5.15.27
dc6d6158a6e8b11a11544a541583296d9323050f in mainline linux
|
|
From Agustin Gutierrez
ed4488d8307f282bdf30c333fc028d80d404ff05 in linux 5.15.y/5.15.27
2d8ae25d233767171942a9fba5fd8f4a620996be in mainline linux
|
|
From Qingqing Zhuo
27e01f10d183cd444eb4a0919934391de4db4ff5 in linux 5.15.y/5.15.27
d738db6883df3e3c513f9e777c842262693f951b in mainline linux
|
|
From Nikola Cornij
691c0030be65dffc5005bbcdece29f6d65e1eb75 in linux 5.15.y/5.15.27
808643ea56a2f96a42873d5e11c399957d6493aa in mainline linux
|
|
From Alex Deucher
2157e509e5b2b21176a9fd33b6035996ef1a2895 in linux 5.15.y/5.15.27
9e5a14bce2402e84251a10269df0235cd7ce9234 in mainline linux
|
|
From Alex Deucher
f724a438d986701536d68d29ad2b5248385e35ab in linux 5.15.y/5.15.27
bdbeb0dde4258586bb2f481b12da1e83aa4766f3 in mainline linux
|
|
From Michel Daenzer
35afd8ae1184c5201ccc4d32b80d17dcd87f5bda in linux 5.15.y/5.15.27
4d22336f903930eb94588b939c310743a3640276 in mainline linux
|
|
From Nicholas Kazlauskas
48cf33ee6b04ccd1a188ac692a6f260b3682fe9f in linux 5.15.y/5.15.27
70897848730470cc477d5d89e6222c0f6a9ac173 in mainline linux
|
|
From Jiasheng Jiang
5609b7803947eea1711516dd8659c7ed39f5a868 in linux 5.15.y/5.15.27
abfaf0eee97925905e742aa3b0b72e04a918fa9e in mainline linux
|
|
in self refresh mode
From Liu Ying
cd07b19fbf37b96a9885fd6e8545c355dba59ac3 in linux 5.15.y/5.15.27
69e630016ef4e4a1745310c446f204dc6243e907 in mainline linux
|
|
From Matthew Auld
d3f67ceaeb3f7ddabad1d6e8da29e44fd2634f65 in linux 5.15.y/5.15.27
4c2602ba8d74c35d550ed3d518809c697de08d88 in mainline linux
|
|
From Qiang Yu
a9c6e02d223e327fa928fab3263aa47b9ba20253 in linux 5.15.y/5.15.27
c1a66c3bc425ff93774fb2f6eefa67b83170dd7e in mainline linux
|
|
From Evan Quan
4543426cd7b855cde2c3623ede652652b905635c in linux 5.15.y/5.15.27
0136f5844b006e2286f873457c3fcba8c45a3735 in mainline linux
|
|
ok jsg@
|
|
OpenBSD.
|
|
default to glass console.
ok miod@, patrick@
|
|
|
|
From millert@
|
|
- remove future code that was never used.
- reformat
|
|
true. This enables the discovery and probing of other LUNs the
target has to offer.
Add uk* to amd64 RAMDISK_CD so such devices are configured.
Allows bsd.rd as well as bsd[.mp] to boot on Oracle Cloud amd64
instances.
Issue reported by Ryan Kavanagh and Scott Nicholas via bugs@.
Original diff and much subsequent testing by Scott. Thanks!
ok dlg@ jmatthew@
|
|
|
|
Instead of updating/forgetting the emacs version at each release cycle.
ok tb@ deraadt@
|
|
ok deraadt
|
|
|
|
|
|
|
|
|
|
|
|
Make sure that the caRepository and rpkiManifest are present before
calling strstr on them. Also check that the extension is not critical.
ok claudio deraadt
|
|
please fix deraadt
|
|
|
|
|
|
ok miod@
|