mbox series

[0/2,SRU,Disco] shiftfs: bugfix and O_DIRECT support

Message ID 20190719155047.5885-1-christian.brauner@ubuntu.com
Headers show
Series shiftfs: bugfix and O_DIRECT support | expand

Message

Christian Brauner July 19, 2019, 3:50 p.m. UTC
Hey everyone,

Here's a tiny two-patch series that enables O_DIRECT support for shiftfs
since this is needed for dqlite which is an essential component of LXD
and fixes a bug whereby an unsigned long was passed to copy_from_user()
instead of an void __user *p.

Corresponding SRU justifications are up on Launchpad. The links to them
can be found in the individual patches.

Thanks!
Christian

Christian Brauner (2):
  UBUNTU: SAUCE: shiftfs: add O_DIRECT support
  UBUNTU: SAUCE: shiftfs: pass correct point down

 fs/shiftfs.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Seth Forshee Aug. 20, 2019, 9:11 p.m. UTC | #1
On Fri, Jul 19, 2019 at 05:50:45PM +0200, Christian Brauner wrote:
> Hey everyone,
> 
> Here's a tiny two-patch series that enables O_DIRECT support for shiftfs
> since this is needed for dqlite which is an essential component of LXD
> and fixes a bug whereby an unsigned long was passed to copy_from_user()
> instead of an void __user *p.
> 
> Corresponding SRU justifications are up on Launchpad. The links to them
> can be found in the individual patches.

Acked-by: Seth Forshee <seth.forshee@canonical.com>

Applied to eoan/master-next and unstable/master, thanks!
Stefan Bader Aug. 26, 2019, 2:48 p.m. UTC | #2
On 19.07.19 17:50, Christian Brauner wrote:
> Hey everyone,
> 
> Here's a tiny two-patch series that enables O_DIRECT support for shiftfs
> since this is needed for dqlite which is an essential component of LXD
> and fixes a bug whereby an unsigned long was passed to copy_from_user()
> instead of an void __user *p.
> 
> Corresponding SRU justifications are up on Launchpad. The links to them
> can be found in the individual patches.
> 
> Thanks!
> Christian
> 
> Christian Brauner (2):
>   UBUNTU: SAUCE: shiftfs: add O_DIRECT support
>   UBUNTU: SAUCE: shiftfs: pass correct point down
> 
>  fs/shiftfs.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Kleber Sacilotto de Souza Sept. 3, 2019, 1:17 p.m. UTC | #3
On 7/19/19 5:50 PM, Christian Brauner wrote:
> Hey everyone,
> 
> Here's a tiny two-patch series that enables O_DIRECT support for shiftfs
> since this is needed for dqlite which is an essential component of LXD
> and fixes a bug whereby an unsigned long was passed to copy_from_user()
> instead of an void __user *p.
> 
> Corresponding SRU justifications are up on Launchpad. The links to them
> can be found in the individual patches.
> 
> Thanks!
> Christian
> 
> Christian Brauner (2):
>   UBUNTU: SAUCE: shiftfs: add O_DIRECT support
>   UBUNTU: SAUCE: shiftfs: pass correct point down
> 
>  fs/shiftfs.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

Applied to disco/master-next branch.

Thanks,
Kleber