2/3
serial: core: replace get_zeroed_page() with kzalloc()
uart_alloc_xmit_buf() allocates the transmit buffer of a serial port. The buffer only backs the port’s kfifo, the data being sent is copied in and out of it. This buffer can be allocated with kmalloc