aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/git:/ssh:
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2021-02-23 16:25:34 +0800
committerWill Deacon <will@kernel.org>2021-02-23 10:38:27 +0000
commitd47422d953e258ad587b5edf2274eb95d08bdc7d (patch)
tree5bdae6ea1498aaa47c24049d03633b37908980a2 /include/net/netns/git:/ssh:
parentkexec: move machine_kexec_post_load() to public interface (diff)
arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing
As stated in linux/errno.h, ENOTSUPP should never be seen by user programs. When we set up uprobe with 32-bit perf and arm64 kernel, we would see the following vague error without useful hint. The sys_perf_event_open() syscall returned with 524 (INTERNAL ERROR: strerror_r(524, [buf], 128)=22) Use EOPNOTSUPP instead to indicate such cases. Signed-off-by: He Zhe <zhe.he@windriver.com> Link: https://lore.kernel.org/r/20210223082535.48730-1-zhe.he@windriver.com Cc: <stable@vger.kernel.org> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'include/net/netns/git:/ssh:')
0 files changed, 0 insertions, 0 deletions
wrapper introducedLinus Torvalds1-2/+3 2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells3-5/+5 2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-8/+7 2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-2/+2 2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)1-5/+1 2022-03-18netfs: Split some core bits out into their own fileDavid Howells4-12/+26 2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells3-418/+429 2022-03-18netfs: Rename read_helper.c to io.cDavid Howells3-9/+9 2022-03-18netfs: Prepare to split read_helper.cDavid Howells2-2/+7 2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells3-74/+73 2022-03-18netfs: Add a netfs inode contextDavid Howells4-64/+67 2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells2-25/+36 2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells3-17/+26 2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells3-20/+34 2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells3-16/+33 2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells1-1/+1 2022-03-18netfs: Split netfs_io_* object handling outDavid Howells4-118/+147 2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-41/+42 2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-97/+97 2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu1-1/+2 2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells1-4/+4 2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+1 2021-12-07netfs: fix parameter of cleanup()Jeffle Xu1-3/+3 2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5 2021-11-29netfs: Adjust docs after foliationDavid Howells1-2/+2 2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-82/+83 2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells1-1/+1 2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+36 2021-05-25netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells1-1/+1 2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells1-1/+1 2021-04-26netfs: Miscellaneous fixesDavid Howells1-3/+3 2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-2/+12 2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-1/+238 2021-04-23netfs: Add write_begin helperDavid Howells3-3/+174 2021-04-23netfs: Gather statsDavid Howells5-2/+127 2021-04-23netfs: Add tracepointsDavid Howells1-0/+26 2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells3-0/+792 2021-04-23netfs: Make a netfs helper moduleDavid Howells1-0/+8