public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:6.7 commit in: /
Date: Sat,  2 Mar 2024 22:36:34 +0000 (UTC)	[thread overview]
Message-ID: <1709418968.917982656114eea0e5d207b9d0a3ef662ca9fc0d.mpagano@gentoo> (raw)

commit:     917982656114eea0e5d207b9d0a3ef662ca9fc0d
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 22:36:08 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 22:36:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=91798265

Linux patch 6.7.8

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 0000_README            |  4 ++++
 1007_linux-6.7.8.patch | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/0000_README b/0000_README
index 178ef64f..83109cbf 100644
--- a/0000_README
+++ b/0000_README
@@ -71,6 +71,10 @@ Patch:  1006_linux-6.7.7.patch
 From:   https://www.kernel.org
 Desc:   Linux 6.7.7
 
+Patch:  1007_linux-6.7.8.patch
+From:   https://www.kernel.org
+Desc:   Linux 6.7.8
+
 Patch:  1510_fs-enable-link-security-restrictions-by-default.patch
 From:   http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
 Desc:   Enable link security restrictions by default.

diff --git a/1007_linux-6.7.8.patch b/1007_linux-6.7.8.patch
new file mode 100644
index 00000000..fd9c8745
--- /dev/null
+++ b/1007_linux-6.7.8.patch
@@ -0,0 +1,33 @@
+diff --git a/Makefile b/Makefile
+index 72ee3609aae34..6569f2255d500 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 6
+ PATCHLEVEL = 7
+-SUBLEVEL = 7
++SUBLEVEL = 8
+ EXTRAVERSION =
+ NAME = Hurr durr I'ma ninja sloth
+ 
+diff --git a/fs/ntfs3/frecord.c b/fs/ntfs3/frecord.c
+index 3b42938a9d3b2..7f27382e0ce25 100644
+--- a/fs/ntfs3/frecord.c
++++ b/fs/ntfs3/frecord.c
+@@ -2457,7 +2457,6 @@ int ni_read_frame(struct ntfs_inode *ni, u64 frame_vbo, struct page **pages,
+ 	struct ATTR_LIST_ENTRY *le = NULL;
+ 	struct runs_tree *run = &ni->file.run;
+ 	u64 valid_size = ni->i_valid;
+-	loff_t i_size = i_size_read(&ni->vfs_inode);
+ 	u64 vbo_disk;
+ 	size_t unc_size;
+ 	u32 frame_size, i, npages_disk, ondisk_size;
+@@ -2509,6 +2508,7 @@ int ni_read_frame(struct ntfs_inode *ni, u64 frame_vbo, struct page **pages,
+ 		err = -EOPNOTSUPP;
+ 		goto out1;
+ #else
++		loff_t i_size = i_size_read(&ni->vfs_inode);
+ 		u32 frame_bits = ni_ext_compress_bits(ni);
+ 		u64 frame64 = frame_vbo >> frame_bits;
+ 		u64 frames, vbo_data;


             reply	other threads:[~2024-03-02 22:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 22:36 Mike Pagano [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03 13:53 [gentoo-commits] proj/linux-patches:6.7 commit in: / Mike Pagano
2024-03-27 11:23 Mike Pagano
2024-03-15 21:59 Mike Pagano
2024-03-06 18:06 Mike Pagano
2024-03-01 13:06 Mike Pagano
2024-02-24 19:39 Mike Pagano
2024-02-23 14:19 Mike Pagano
2024-02-23 13:28 Mike Pagano
2024-02-23 12:33 Mike Pagano
2024-02-16 18:55 Mike Pagano
2024-02-05 21:13 Mike Pagano
2024-02-05 20:59 Mike Pagano
2024-02-02 17:52 Mike Pagano
2024-02-01  1:22 Mike Pagano
2024-01-30 19:22 Mike Pagano
2024-01-30 19:20 Mike Pagano
2024-01-26 22:44 Mike Pagano
2024-01-26 22:44 Mike Pagano
2024-01-26  0:20 Mike Pagano
2024-01-26  0:17 Mike Pagano
2024-01-25 13:26 Mike Pagano
2024-01-21 15:14 Mike Pagano
2024-01-20 11:44 Mike Pagano
2024-01-12 22:29 Mike Pagano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709418968.917982656114eea0e5d207b9d0a3ef662ca9fc0d.mpagano@gentoo \
    --to=mpagano@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox