search for: phdev

Displaying 2 results from an estimated 2 matches for "phdev".

Did you mean: pdev
2019 Sep 06
0
[vhost:linux-next 15/15] include/linux/page_reporting.h:10:34: error: 'HUGETLB_PAGE_ORDER' undeclared; did you mean 'IOREMAP_MAX_ORDER'?
...REPORTING b1b0d638e6f93b Alexander Duyck 2019-09-06 17 struct page_reporting_dev_info { b1b0d638e6f93b Alexander Duyck 2019-09-06 18 /* function that alters pages to make them "reported" */ b1b0d638e6f93b Alexander Duyck 2019-09-06 19 void (*report)(struct page_reporting_dev_info *phdev, b1b0d638e6f93b Alexander Duyck 2019-09-06 20 unsigned int nents); b1b0d638e6f93b Alexander Duyck 2019-09-06 21 b1b0d638e6f93b Alexander Duyck 2019-09-06 22 /* scatterlist containing pages to be processed */ b1b0d638e6f93b Alexander Duyck 2019-09-06 23 struct scatterlist *sg; b1...
2023 Aug 17
22
[Bug 3603] New: ssh clients can't communicate with server with default cipher when fips is enabled at server end
...iority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: sshedi at vmware.com Hi, This seems like a regression at first but there is a way to work around it. When fips is enabled at server end and server has the following cipher set, ``` root at phdev:~ $ sshd -T | grep ciphers ciphers chacha20-poly1305 at openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm at openssh.com,aes256-gcm at openssh.com root at phdev:~ $ rpm -q openssh openssh-9.1p1-10.ph5.x86_64 (this happens with 9.4p1 as well) ``` The handshake with client starts with chacha2...