lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 30 Jan 2020 20:07:53 -0800 From: "Darrick J. Wong" <djwong@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: "Darrick J. Wong" <djwong@...nel.org>, linux-fsdevel@...r.kernel.org, linux-xfs@...r.kernel.org, david@...morbit.com, linux-kernel@...r.kernel.org, sandeen@...deen.net, hch@....de, agruenba@...hat.com, rpeterso@...hat.com, cluster-devel@...hat.com, linux-ext4 <linux-ext4@...r.kernel.org>, Theodore Ts'o <tytso@....edu> Subject: [GIT PULL] iomap: new code for 5.6 Hi Linus, Please pull this set of new code for 5.6. There's a single patch fixing an off-by-one error when we're checking to see how far we're gotten into an EOF page. --D The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d: Linux 5.5-rc4 (2019-12-29 15:29:16 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.6-merge-3 for you to fetch changes up to 243145bc4336684c69f95de0a303b31f2e5bf264: fs: Fix page_mkwrite off-by-one errors (2020-01-06 08:58:23 -0800) ---------------------------------------------------------------- New code for 5.6: - Fix an off-by-one error when checking if offset is within inode size ---------------------------------------------------------------- Andreas Gruenbacher (1): fs: Fix page_mkwrite off-by-one errors fs/iomap/buffered-io.c | 18 +++++------------- include/linux/pagemap.h | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists