Re: [PATCH] kexec: ppc64: print help to stdout instead of stderr

2023-11-16 Thread Srikar Dronamraju
* Aditya Gupta [2023-11-16 14:11:37]: > Currently 'kexec --help' on powerpc64 prints the generic help/usage to > stdout, and the powerpc64 specific options to stderr > > That is, if the stdout of 'kexec --help' is redirected to some file, > some of the help options will not be redirected, and

Re: [PATCH 4/7] kexec_file, arm64: print out debugging message if required

2023-11-16 Thread Baoquan He
ct: [PATCH 4/7] kexec_file, arm64: print out debugging message if > required > config: arm64-randconfig-001-20231115 > (https://download.01.org/0day-ci/archive/20231116/202311160022.qm6xjysy-...@intel.com/config) > compiler: aarch64-linux-gcc (GCC) 13.2.0 > reproduce (this

Re: [RFC V2] IMA Log Snapshotting Design Proposal

2023-11-16 Thread Paul Moore
On Thu, Nov 16, 2023 at 5:41 PM Stefan Berger wrote: > On 11/16/23 17:07, Paul Moore wrote: > > On Tue, Nov 14, 2023 at 1:58 PM Stefan Berger wrote: > >> On 11/14/23 13:36, Sush Shringarputale wrote: > >>> On 11/13/2023 10:59 AM, Stefan Berger wrote: > On 10/19/23 14:49, Tushar Sugandhi

Re: [RFC V2] IMA Log Snapshotting Design Proposal

2023-11-16 Thread Stefan Berger
On 11/16/23 17:07, Paul Moore wrote: On Tue, Nov 14, 2023 at 1:58 PM Stefan Berger wrote: On 11/14/23 13:36, Sush Shringarputale wrote: On 11/13/2023 10:59 AM, Stefan Berger wrote: On 10/19/23 14:49, Tushar Sugandhi wrote:

Re: [RFC V2] IMA Log Snapshotting Design Proposal

2023-11-16 Thread Paul Moore
On Tue, Oct 31, 2023 at 3:15 PM Mimi Zohar wrote: > On Thu, 2023-10-19 at 11:49 -0700, Tushar Sugandhi wrote: > > [...] > > --- > > | C.1 Solution Summary| > >

Re: [RFC V2] IMA Log Snapshotting Design Proposal

2023-11-16 Thread Paul Moore
On Tue, Nov 14, 2023 at 1:58 PM Stefan Berger wrote: > On 11/14/23 13:36, Sush Shringarputale wrote: > > On 11/13/2023 10:59 AM, Stefan Berger wrote: > >> On 10/19/23 14:49, Tushar Sugandhi wrote: > >>> === > >>> | Introduction |

Re: [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation

2023-11-16 Thread ross . philipson
On 11/12/23 10:07 AM, Alyssa Ross wrote: +Load-time Integrity +--- + +It is critical to understand what load-time integrity establishes about a +system and what is assumed, i.e. what is being trusted. Load-time integrity is +when a trusted entity, i.e. an entity with an assumed

Re: [PATCHv3 00/14] x86/tdx: Add kexec support

2023-11-16 Thread Baoquan He
On 11/16/23 at 10:17pm, Baoquan He wrote: > On 11/16/23 at 03:56pm, Kirill A. Shutemov wrote: > > On Thu, Nov 16, 2023 at 08:10:47PM +0800, Baoquan He wrote: > > > On 11/15/23 at 03:00pm, Kirill A. Shutemov wrote: > > > > The patchset adds bits and pieces to get kexec (and crashkernel) work on > >

Re: [PATCHv3 00/14] x86/tdx: Add kexec support

2023-11-16 Thread Kirill A. Shutemov
On Thu, Nov 16, 2023 at 08:10:47PM +0800, Baoquan He wrote: > On 11/15/23 at 03:00pm, Kirill A. Shutemov wrote: > > The patchset adds bits and pieces to get kexec (and crashkernel) work on > > TDX guest. > > I finally got a machine of intel-eaglestream-spr as host and built a > tdx guest to give

Re: [PATCHv3 00/14] x86/tdx: Add kexec support

2023-11-16 Thread Baoquan He
On 11/15/23 at 03:00pm, Kirill A. Shutemov wrote: > The patchset adds bits and pieces to get kexec (and crashkernel) work on > TDX guest. I finally got a machine of intel-eaglestream-spr as host and built a tdx guest to give it a shot, the kexec reboot is working very well, while kdump kernel

Re: [PATCH] kexec: ppc64: print help to stdout instead of stderr

2023-11-16 Thread Simon Horman
On Thu, Nov 16, 2023 at 02:11:37PM +0530, Aditya Gupta wrote: > Currently 'kexec --help' on powerpc64 prints the generic help/usage to > stdout, and the powerpc64 specific options to stderr > > That is, if the stdout of 'kexec --help' is redirected to some file, > some of the help options will

[PATCH] kexec: ppc64: print help to stdout instead of stderr

2023-11-16 Thread Aditya Gupta
Currently 'kexec --help' on powerpc64 prints the generic help/usage to stdout, and the powerpc64 specific options to stderr That is, if the stdout of 'kexec --help' is redirected to some file, some of the help options will not be redirected, and instead printed on the terminal/stderr: