[root@localhost linux-kernel]#
[root@localhost linux-kernel]# xz -d patch-3.16.68-69.xz
[root@localhost linux-kernel]#
[root@localhost linux-kernel]# ls
kernel_4.4.182 kernel_5.0.7 linux-3.16.68 linux-4.14.126 linux-4.19.34.tar.xz linux-4.4.182.tar.xz linux-5.0.7.tar.xz patch-3.18.91-92.xz patch-4.19.54-55.xz
kernel_4.9.182 kernel_92 linux-3.16.68.tar.xz linux-4.14.126.tar.xz linux-4.19.47.tar.xz linux-4.9.182.tar.xz patch-3.16.68-69 patch-3.18.92-93.xz
[root@localhost linux-kernel]#
[root@localhost linux-kernel]#
[root@localhost linux-kernel]#
[root@localhost linux-kernel]# cd linux-3.16.68/
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]# head -5 Makefile
VERSION = 3
PATCHLEVEL = 16
SUBLEVEL = 68
EXTRAVERSION =
NAME = Museum of Fishiegoodies
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]# patch
patch patchwork
[root@localhost linux-3.16.68]# patch -p1 < ../patch-3.16.68-69
patching file Documentation/networking/ip-sysctl.txt
patching file Makefile
patching file drivers/scsi/megaraid/megaraid_sas_base.c
patching file drivers/virt/fsl_hypervisor.c
patching file fs/ext4/extents.c
patching file include/linux/mm.h
patching file include/linux/tcp.h
patching file include/net/tcp.h
patching file include/uapi/linux/snmp.h
patching file mm/memory.c
patching file mm/mincore.c
patching file net/bluetooth/hidp/sock.c
patching file net/ipv4/proc.c
patching file net/ipv4/sysctl_net_ipv4.c
patching file net/ipv4/tcp.c
patching file net/ipv4/tcp_input.c
patching file net/ipv4/tcp_output.c
patching file net/ipv4/tcp_timer.c
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]# head -5 Makefile
VERSION = 3
PATCHLEVEL = 16
SUBLEVEL = 69
EXTRAVERSION =
NAME = Museum of Fishiegoodies
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
[root@localhost linux-3.16.68]#
阅读(3814) | 评论(0) | 转发(0) |