diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2021-02-05 23:53:22 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2021-02-05 23:53:40 +0900 |
commit | baca62ab87c52a4d9aef043b0c39eb9f8fbb7038 (patch) | |
tree | b47cc4153e5f194319543f810b4a30071f97604b | |
parent | Linux patch 4.9.255 (diff) | |
download | linux-patches-baca62ab87c52a4d9aef043b0c39eb9f8fbb7038.tar.gz linux-patches-baca62ab87c52a4d9aef043b0c39eb9f8fbb7038.tar.bz2 linux-patches-baca62ab87c52a4d9aef043b0c39eb9f8fbb7038.zip |
Linux patch 4.9.2564.9-260
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 1255_linux-4.9.256.patch | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/0000_README b/0000_README index 73bc4cd6..d822171b 100644 --- a/0000_README +++ b/0000_README @@ -1063,6 +1063,10 @@ Patch: 1254_linux-4.9.255.patch From: http://www.kernel.org Desc: Linux 4.9.255 +Patch: 1255_linux-4.9.256.patch +From: http://www.kernel.org +Desc: Linux 4.9.256 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1255_linux-4.9.256.patch b/1255_linux-4.9.256.patch new file mode 100644 index 00000000..d07b1721 --- /dev/null +++ b/1255_linux-4.9.256.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index 4780b5f80b2a8..69af44d3dcd14 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 9 +-SUBLEVEL = 255 ++SUBLEVEL = 256 + EXTRAVERSION = + NAME = Roaring Lionus + |