forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: Update README.md luci-app-qbittorrent-simple: move to `luci` feeds (coolsnowwolf#10606) rockchip: fix radxa e25 adc-keys power button support mac80211: backports linux 6.1 support ksmbd: fixes build on kernel 6.1 rockchip: add kernel 6.1 support rockchip: correct board name for radxa e25 kernel: fix build fail with zstd
- Loading branch information
Showing
97 changed files
with
451 additions
and
7,625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/smb1pdu.c | ||
+++ b/smb1pdu.c | ||
@@ -5851,7 +5851,11 @@ static int smb_populate_readdir_entry(struct ksmbd_conn *conn, int info_level, | ||
* | ||
* Return: 0 on success, otherwise -EINVAL | ||
*/ | ||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 1, 0) | ||
+static bool ksmbd_fill_dirent(struct dir_context *ctx, const char *name, int namlen, | ||
+#else | ||
static int ksmbd_fill_dirent(struct dir_context *ctx, const char *name, int namlen, | ||
+#endif | ||
loff_t offset, u64 ino, unsigned int d_type) | ||
{ | ||
struct ksmbd_readdir_data *buf = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.