Re: [PATCH v2 0/8] serial: Add MMIO & SPCR support

2023-01-19 Thread Benjamin Herrenschmidt
On Thu, 2023-01-19 at 18:31 +0100, Daniel Kiper wrote: > > Sadly your patch set broke various builds including x86-ieee1275 one. I had > to do some tweaks to make it work again. You can find most important ones > below. Please double check I have not messed up something. Oh, sorry about that. I

Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read

2023-01-19 Thread Lidong Chen
On Jan 19, 2023, at 3:58 AM, Thomas Schmitt mailto:scdbac...@gmx.net>> wrote: Hi, i wrote: libisofs and xorriso are in the process of getting an adjustable curb to prevent the production of ISO filesystems with files which would not show up in Linux. I decided for 100,000 hops as hard limit

Re: [PATCH v2 0/8] serial: Add MMIO & SPCR support

2023-01-19 Thread Daniel Kiper
On Thu, Jan 12, 2023 at 01:51:56PM +0100, Daniel Kiper wrote: > On Fri, Dec 23, 2022 at 12:47:51PM +1100, Benjamin Herrenschmidt wrote: > > This series adds support for MMIO serial ports and auto-configuration > > via ACPI SPCR. > > > > This is necessary for the serial port to work on AWS EC2

Re: [PATCH v4 1/2] mm: Adjust new region size to take management overhead into account

2023-01-19 Thread Daniel Kiper
I looked at this patch again and found a few more (minor) issues... On Sat, Jan 14, 2023 at 09:23:22PM +0800, Zhang Boyang wrote: > When grub_memalign() encounters out-of-memory, it will try > grub_mm_add_region_fn() to request more memory from system firmware. > However, the size passed to it

Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read

2023-01-19 Thread Thomas Schmitt
Hi, i wrote: > > libisofs and xorriso are in the process of getting an adjustable curb to > > prevent the production of ISO filesystems with files which would not show > > up in Linux. I decided for 100,000 hops as hard limit but set the default > > to 31. Lidong Chen wrote: > I am not sure I