Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3697632
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2019-06-24 17:30:57



[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]#

阅读(3730) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~